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
3 changes: 1 addition & 2 deletions bigquery/samples/tests/test_client_load_partitioned_table.py
Original file line number Diff line number Diff 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