Skip to content

Commit a3ebb63

Browse files
authored
TST/CLN: remove redundant to_json test (#40577)
1 parent ced764d commit a3ebb63

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pandas/tests/io/json/test_pandas.py

-5
Original file line numberDiff line numberDiff line change
@@ -1730,11 +1730,6 @@ def test_to_s3(self, s3_resource, s3so):
17301730
timeout -= 0.1
17311731
assert timeout > 0, "Timed out waiting for file to appear on moto"
17321732

1733-
def test_json_pandas_na(self):
1734-
# GH 31615
1735-
result = DataFrame([[pd.NA]]).to_json()
1736-
assert result == '{"0":{"0":null}}'
1737-
17381733
def test_json_pandas_nulls(self, nulls_fixture, request):
17391734
# GH 31615
17401735
if isinstance(nulls_fixture, Decimal):

0 commit comments

Comments
 (0)