Skip to content

Commit

Permalink
fix unit-test
Browse files Browse the repository at this point in the history
  • Loading branch information
aimspot committed Jun 26, 2024
1 parent 8bbc823 commit 14fa056
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 @@ -9,7 +9,7 @@
class TestDatasetInfo(unittest.TestCase):

def test_load_classes(self):
classes_path = "/home/runner/work/ODRS/src/classes.txt"
classes_path = "/home/runner/work/ODRS/classes.txt"
result = load_class_names(classes_path)
self.assertIsInstance(result, list)
self.assertEqual(len(result), 28)
Expand Down

0 comments on commit 14fa056

Please sign in to comment.