Skip to content

Commit 59b21c8

Browse files
committed
recover this file for use in the test
1 parent 16afe5e commit 59b21c8

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

‎tests/namesdemo.xls‎

22 KB
Binary file not shown.

‎tests/test_open_workbook.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class TestOpen(TestCase):
1414
def test_names_demo(self):
1515
# For now, we just check this doesn't raise an error.
1616
open_workbook(
17-
from_this_dir(os.path.join('..','examples','namesdemo.xls')),
17+
from_this_dir(from_this_dir('namesdemo.xls')),
1818
)
1919

2020
def test_tilde_path_expansion(self):

0 commit comments

Comments
 (0)