Skip to content

Commit

Permalink
Restore test
Browse files Browse the repository at this point in the history
  • Loading branch information
PGijsbers committed Sep 19, 2024
1 parent 86a63d4 commit 4bbe9cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_datasets/test_dataset_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def _check_datasets(self, datasets):
for did in datasets:
self._check_dataset(datasets[did])

def test_tag_untag_dataset(self):
tag = "test_tag_%d" % random.randint(1, 1000000)
all_tags = _tag_entity("data", 1, tag)
assert tag in all_tags
Expand Down

0 comments on commit 4bbe9cf

Please sign in to comment.