Skip to content

Commit

Permalink
FIX: Fix typo in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 committed Nov 7, 2023
1 parent be7fe36 commit 58bd5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ def test_registry():

def test_locate():
p = locate()
assert 'act-test-data-data' in p
assert 'act-test-data' in p
assert pathlib.Path(p)

0 comments on commit 58bd5b9

Please sign in to comment.