Skip to content

Commit e876bb8

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! Normalize Windows style paths to parse folder
1 parent c641cc1 commit e876bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def test_download_returns_dataset(self, *_):
5959
self.assertEqual(dataset.name, self.version.name)
6060
self.assertEqual(dataset.version, self.version.version)
6161
self.assertEqual(dataset.model_format, "coco")
62-
self.assertEqual(dataset.location, "/my-spot")
62+
self.assertEqual(dataset.location, os.path.abspath("/my-spot"))
6363

6464

6565
class TestExport(unittest.TestCase):

0 commit comments

Comments
 (0)