Skip to content

Commit 4d9ece1

Browse files
committed
Fix unit tests
Signed-off-by: Sreekanth <prsreekanth920@gmail.com>
1 parent 08c22bd commit 4d9ece1

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/source/test_async_source_err.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,6 @@ def test_read_error(self) -> None:
9292
)
9393
for _ in generator_response:
9494
pass
95-
except BaseException as e:
96-
self.assertTrue(
97-
f"{ERR_UDF_EXCEPTION_STRING}: TypeError("
98-
'"handle_async_error() missing 1 required positional argument: '
99-
"'exception_type'\")" in e.__str__()
100-
)
101-
return
10295
except grpc.RpcError as e:
10396
grpc_exception = e
10497
self.assertEqual(grpc.StatusCode.UNKNOWN, e.code())

0 commit comments

Comments
 (0)