diff options
Diffstat (limited to 'test/test_common.py')
-rw-r--r-- | test/test_common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_common.py b/test/test_common.py index 0b2bd279..97727aaf 100644 --- a/test/test_common.py +++ b/test/test_common.py @@ -3,7 +3,7 @@ Test the functions in the `common` module """ import sys -sys.path.append('src') +sys.path.append('poezio') import time import pytest |