Skip to content

Commit 441fc31

Browse files
committed
TST: ujson dont force endianness #4274
1 parent b7dfe9f commit 441fc31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/tests/test_json/test_pandas.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def _check_all_orients(df, dtype=None, convert_axes=True, raise_ok=None):
145145
_check_all_orients(DataFrame(biggie, dtype=np.float64),
146146
dtype=np.float64, convert_axes=False)
147147
_check_all_orients(DataFrame(biggie, dtype=np.int), dtype=np.int, convert_axes=False)
148-
_check_all_orients(DataFrame(biggie, dtype='<U3'), dtype='<U3', convert_axes=False,
148+
_check_all_orients(DataFrame(biggie, dtype='U3'), dtype='U3', convert_axes=False,
149149
raise_ok=ValueError)
150150

151151
# empty

0 commit comments

Comments
 (0)