Skip to content

Commit 5f3facf

Browse files
committed
TST: more salary.table location issues
1 parent 5420488 commit 5f3facf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/tests/parser/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ def test_url(self):
592592
'pandas/io/tests/parser/data/salary.table.csv')
593593
url_table = self.read_table(url)
594594
dirpath = tm.get_data_path()
595-
localtable = os.path.join(dirpath, 'salary.table')
595+
localtable = os.path.join(dirpath, 'salary.table.csv')
596596
local_table = self.read_table(localtable)
597597
tm.assert_frame_equal(url_table, local_table)
598598
# TODO: ftp testing

0 commit comments

Comments
 (0)