Skip to content

Commit ab7ebe9

Browse files
author
Matt Sokoloff
committed
fix test
1 parent 8fde37e commit ab7ebe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def test_get_data_row_for_external_id(dataset, rand_gen, image_url):
7777

7878
task = dataset.create_data_rows(
7979
[dict(row_data=image_url, external_id=external_id)])
80-
task.wait_til_done()
80+
task.wait_till_done()
8181
assert len(dataset.data_rows_for_external_id(external_id)) == 3
8282

8383

0 commit comments

Comments
 (0)