Skip to content

Commit

Permalink
Lint silencer
Browse files Browse the repository at this point in the history
  • Loading branch information
flimzy committed Dec 16, 2017
1 parent 63e09ea commit 700ac49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bulk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ func TestBulkDocsNotSlice(t *testing.T) {
}
}

func TestBulkDocs(t *testing.T) {
func TestBulkDocs(t *testing.T) { // nolint: gocyclo
type bdTest struct {
name string
dbDriver driver.DB
Expand Down

0 comments on commit 700ac49

Please sign in to comment.