Skip to content

Commit

Permalink
go-lint cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
chanadian committed Sep 10, 2019
1 parent 876c9a9 commit 4366de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/catalog/datacatalog/datacatalog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ func TestCatalog_Put(t *testing.T) {
createDatasetCalled := false
mockClient.On("CreateDataset",
ctx,
mock.MatchedBy(func(o *datacatalog.CreateDatasetRequest) bool {
mock.MatchedBy(func(_ *datacatalog.CreateDatasetRequest) bool {
createDatasetCalled = true
return true
}),
Expand Down

0 comments on commit 4366de7

Please sign in to comment.