Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kourin1996 committed Sep 26, 2022
1 parent 27d27d8 commit 1845a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonrpc/filter_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ func Test_flushWsFilters(t *testing.T) {
store := newMockStore()

m := NewFilterManager(hclog.NewNullLogger(), store, 1000)

t.Cleanup(func() {
m.Close()
})
Expand Down

0 comments on commit 1845a64

Please sign in to comment.