Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed Feb 23, 2023
1 parent 0f4b5e4 commit f9d0bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion each_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func TestEachWithContext(t *testing.T) {
func TestEachAndBy(t *testing.T) {
var byAddr bool
var s string
Each(By(func(v interface{}) error {
_ = Each(By(func(v interface{}) error {
_, byAddr = v.(*string)
return nil
})).Validate([]*string{&s})
Expand Down

0 comments on commit f9d0bf7

Please sign in to comment.