Skip to content

Commit 72b0f97

Browse files
committed
fix(query): linter complaints
1 parent 304ab58 commit 72b0f97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

query/scenario_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func TestScenario(t *testing.T) {
2525
BirthDate: time.Date(1970, 1, 1, 0, 0, 0, 0, time.UTC),
2626
}
2727

28-
makeQueryHandler := func(es event.Store) *user.GetByEmailHandler {
28+
makeQueryHandler := func(_ event.Store) *user.GetByEmailHandler {
2929
return user.NewGetByEmailHandler()
3030
}
3131

0 commit comments

Comments
 (0)