Skip to content

Commit

Permalink
chore: clean
Browse files Browse the repository at this point in the history
Signed-off-by: Sidhant Kohli <[email protected]>
  • Loading branch information
kohlisid committed Oct 30, 2024
1 parent 4411d2d commit f097237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/source/test_async_source_err.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def test_ack_error(self) -> None:
request = ack_req_source_fn()
try:
resp = stub.AckFn(request_iterator=request_generator(1, request, "ack"))
for r in resp:
for _ in resp:
pass
except BaseException as e:
self.assertTrue("Got a runtime error from ack handler." in e.__str__())
Expand Down

0 comments on commit f097237

Please sign in to comment.