Skip to content

Commit

Permalink
stop Fetcher in testFetch_getHashes
Browse files Browse the repository at this point in the history
  • Loading branch information
poszu committed Jul 10, 2024
1 parent 70bf932 commit a4bfa2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fetch/mesh_data_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ func testFetch_getHashes(t *testing.T, streaming bool) {
t.Parallel()

f := createFetch(t)
t.Cleanup(f.Stop)
f.cfg.QueueSize = 3
f.cfg.BatchSize = 2
f.cfg.MaxRetriesForRequest = 0
Expand Down

0 comments on commit a4bfa2b

Please sign in to comment.