Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
swheaton committed Sep 3, 2024
1 parent 31e6182 commit 29e0e5d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/unittests/import_export_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -3294,9 +3294,6 @@ def test_fiftyone_dataset(self):
created_at2 = dataset2.values("created_at")
last_modified_at2 = dataset2.values("last_modified_at")

print(field_created_at1)
print(field_created_at2)
assert 0
self.assertTrue(
all(
f1 < f2 for f1, f2 in zip(field_created_at1, field_created_at2)
Expand Down

0 comments on commit 29e0e5d

Please sign in to comment.