Skip to content

Commit

Permalink
fix(extractor): fix path in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
breakthewall committed Oct 22, 2024
1 parent d6a5be1 commit 43dae8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/learner/test_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def setUpClass(cls):
os_path.dirname(
os_path.dirname(__file__)
),
'data' , 'learner', 'data_extractor'
'data' , 'learner', 'extractor'
)
cls.initial_data_file = os_path.join(
cls.data_path, 'input',
Expand Down

0 comments on commit 43dae8d

Please sign in to comment.