Skip to content

Commit 3ec461f

Browse files
simonjayhawkinsaeltanawy
authored andcommitted
TST/CLN: remove duplicate data file used in tests (unicode_series.csv) (pandas-dev#22723)
1 parent 845b21a commit 3ec461f

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

pandas/tests/io/formats/data/unicode_series.csv

-18
This file was deleted.

pandas/tests/io/formats/test_format.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ def test_unicode_problem_decoding_as_ascii(self):
955955
compat.text_type(dm.to_string())
956956

957957
def test_string_repr_encoding(self, datapath):
958-
filepath = datapath('io', 'formats', 'data', 'unicode_series.csv')
958+
filepath = datapath('io', 'parser', 'data', 'unicode_series.csv')
959959
df = pd.read_csv(filepath, header=None, encoding='latin1')
960960
repr(df)
961961
repr(df[1])

0 commit comments

Comments
 (0)