Skip to content

Commit

Permalink
fix ineffassign
Browse files Browse the repository at this point in the history
  • Loading branch information
kukymbr committed Nov 1, 2023
1 parent 3167c68 commit 9f24fe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scanner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func TestScanner(t *testing.T) {
return nil
})

assert.NoError(t, err)
assert.Len(t, scannedKeys, 2)
assert.Contains(t, scannedKeys, "test1")
assert.Contains(t, scannedKeys, "test2")
Expand Down

0 comments on commit 9f24fe0

Please sign in to comment.