Skip to content

Commit

Permalink
Update test_main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Orel138 committed Feb 6, 2024
1 parent 09114c5 commit 76f5c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys
from pathlib import Path

sys.path.append(str(Path(__file__).parent.parent / 'lego_cli'))
sys.path.append(str(Path(__file__).parent))

from lego_cli.main import LegoCLI

Expand Down

0 comments on commit 76f5c7b

Please sign in to comment.