Skip to content

Commit

Permalink
fix unit
Browse files Browse the repository at this point in the history
  • Loading branch information
aimspot committed Jun 26, 2024
1 parent 8580299 commit 6c7df50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_data_path(self):
default = '/home/runner/work/ODRS/ODRS/user_datasets/WaRP/Warp-D'
ROOT = '/home/runner/work/ODRS/ODRS'
result = get_data_path(ROOT, default)
self.assertEqual(result, default)
self.assertEqual(result, '/home/runner/work/ODRS/ODRS/user_datasets/Warp-D')



Expand Down

0 comments on commit 6c7df50

Please sign in to comment.