From 441fc31abfaff9219c25fe2da4842001284380c4 Mon Sep 17 00:00:00 2001 From: Kieran O'Mahony Date: Thu, 18 Jul 2013 15:42:56 +1000 Subject: [PATCH] TST: ujson dont force endianness #4274 --- pandas/io/tests/test_json/test_pandas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/io/tests/test_json/test_pandas.py b/pandas/io/tests/test_json/test_pandas.py index e57eacc80647f..bc6ba1a45136c 100644 --- a/pandas/io/tests/test_json/test_pandas.py +++ b/pandas/io/tests/test_json/test_pandas.py @@ -145,7 +145,7 @@ def _check_all_orients(df, dtype=None, convert_axes=True, raise_ok=None): _check_all_orients(DataFrame(biggie, dtype=np.float64), dtype=np.float64, convert_axes=False) _check_all_orients(DataFrame(biggie, dtype=np.int), dtype=np.int, convert_axes=False) - _check_all_orients(DataFrame(biggie, dtype='