Skip to content

Commit

Permalink
fix test image query: number of datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmetNSimsek committed Oct 16, 2024
1 parent 3ad22ee commit cc709fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/features/image/test_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_images_datasets_names():
all_ds_names = {ds.name for f in features for ds in f.datasets}
end = time.time()
duration = start - end
assert len(all_ds_names) == 8, "expected 8 distinct names"
assert len(all_ds_names) == 9, "expected 9 distinct names"
assert duration < 1, "Expected getting dataset names to be less than 1s"


Expand Down

0 comments on commit cc709fb

Please sign in to comment.