Skip to content

Commit 63736a8

Browse files
committed
TST: fix a typo in the file path
1 parent 677a9be commit 63736a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scipy_doctest/tests/local_file_cases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Specify local files required by doctests
44
dt_config.local_resources = {
55
'scipy_doctest.tests.local_file_cases.local_files': ['local_file.txt'],
6-
'scipy_doctest..local_file_cases.sio': ['octave_a.mat']
6+
'scipy_doctest.local_file_cases.sio': ['octave_a.mat']
77
}
88

99

0 commit comments

Comments
 (0)