Skip to content

Commit 3518670

Browse files
committed
fix: test path
1 parent e982797 commit 3518670

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#!/usr/bin/env python3
22

33
import sys
4-
import os.path
5-
sys.path.append(os.path.join(os.path.dirname(__file__), '../source'))
4+
sys.path.append('source/')
65
from json_generator import get_json
76
from duplicates import list_duplicates
87
import json

0 commit comments

Comments
 (0)