Skip to content

Commit 30e1caf

Browse files
committed
Fix local salaries.csv path
1 parent 6230dfb commit 30e1caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/tests/parser/test_network.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class TestCompressedUrl:
2424
}
2525

2626
def __init__(self):
27-
path = os.path.join(tm.get_data_path(), 'salary.table.csv')
27+
path = os.path.join(tm.get_data_path(), 'salaries.csv')
2828
self.local_table = read_table(path)
2929
self.base_url = ('https://github.com/pandas-dev/pandas/raw/master/'
3030
'pandas/io/tests/parser/data/salaries.csv')

0 commit comments

Comments
 (0)