We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6230dfb commit 30e1cafCopy full SHA for 30e1caf
pandas/io/tests/parser/test_network.py
@@ -24,7 +24,7 @@ class TestCompressedUrl:
24
}
25
26
def __init__(self):
27
- path = os.path.join(tm.get_data_path(), 'salary.table.csv')
+ path = os.path.join(tm.get_data_path(), 'salaries.csv')
28
self.local_table = read_table(path)
29
self.base_url = ('https://github.com/pandas-dev/pandas/raw/master/'
30
'pandas/io/tests/parser/data/salaries.csv')
0 commit comments