Skip to content

Commit 3cdc483

Browse files
author
luzpaz
committed
fix broken test
1 parent adef5d5 commit 3cdc483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/test_stata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def test_read_dta18(self):
295295
u'Floats': u'float data'}
296296
tm.assert_dict_equal(vl, vl_expected)
297297

298-
assert rdr.data_label == u'This is a Ünicode data label'
298+
assert rdr.data_label == u'This is a Ünicode data label'
299299

300300
def test_read_write_dta5(self):
301301
original = DataFrame([(np.nan, np.nan, np.nan, np.nan, np.nan)],

0 commit comments

Comments
 (0)