Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Apr 18, 2023
1 parent 4cabfb3 commit d2b912a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tg_io/download_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,5 @@ func TestE2E(t *testing.T) {
run := func(ctx context.Context) error {
return client.Run(ctx, handler)
}
require.ErrorIs(t, floodWaiter.Run(ctx, run), context.Canceled)
require.NoError(t, floodWaiter.Run(ctx, run))
}

0 comments on commit d2b912a

Please sign in to comment.