Skip to content

Commit

Permalink
add gocyclo:ignore to a couple more test files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamey Cribbs committed Feb 19, 2021
1 parent 0a727e5 commit ecad471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions datastores/disk/tablefile_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
"github.com/jameycribbs/hare/dberr"
)

//gocyclo:ignore
func TestAllTableFileTests(t *testing.T) {
var tests = []func(t *testing.T){
func(t *testing.T) {
Expand Down
1 change: 1 addition & 0 deletions datastores/ram/table_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
"github.com/jameycribbs/hare/dberr"
)

//gocyclo:ignore
func TestAllTableTests(t *testing.T) {
var tests = []func(t *testing.T){
func(t *testing.T) {
Expand Down

0 comments on commit ecad471

Please sign in to comment.