Skip to content

Commit 31a7089

Browse files
authored
Replace inefecient export v1 verification method (#1539)
2 parents 3599a77 + 98ab166 commit 31a7089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_batch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
def get_data_row_ids(ds: Dataset):
12-
return [dr.uid for dr in list(ds.export_data_rows())]
12+
return [dr.uid for dr in list(ds.data_rows())]
1313

1414

1515
def test_create_batch(project: Project, big_dataset_data_row_ids: List[str]):

0 commit comments

Comments
 (0)