Skip to content

Commit 31b43f4

Browse files
Update azure-kusto-ingest/tests/test_e2e_ingest.py
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5e9f133 commit 31b43f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

azure-kusto-ingest/tests/test_e2e_ingest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ async def assert_rows_added(cls, table_name: str, expected: int, timeout: int =
263263
response_from_async = await async_client.execute(cls.test_db, command)
264264
row = response.primary_results[0][0]
265265
row_async = response_from_async.primary_results[0][0]
266-
267266
assert row_async == row, "Sync and Async clients returned different results: sync={0}, async={1}".format(row, row_async)
268267
break
269268
assert actual == expected, "Row count expected = {0}, while actual row count = {1}".format(expected, actual)

0 commit comments

Comments
 (0)