Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line numberDiff line numberDiff line change
Expand Up@@ -16,7 +16,6 @@


def test_client_load_partitioned_table(capsys, random_table_id):

client_load_partitioned_table.client_load_partitioned_table(random_table_id)
out, err = capsys.readouterr()
assert "Loaded 50 rows to table {}".format(random_table_id) in out
assert "Loaded 49 rows to table {}".format(random_table_id) in out