Skip to content

Commit bc02196

Browse files
committed
fix test_data.py
1 parent b70606e commit bc02196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
def get_test_data_path(filename):
7-
return Path(__file__).parent / "test_data" / filename
7+
return Path(__file__).parent / "tests" / filename
88

99

1010
def read_file(filename):

0 commit comments

Comments
 (0)