Skip to content

Commit 3102045

Browse files
committed
revert commented-out
1 parent 6d11c3a commit 3102045

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pandas/tests/io/json/test_pandas.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1851,11 +1851,11 @@ def test_to_json_indent(self, indent):
18511851

18521852
assert result == expected
18531853

1854-
# @pytest.mark.skipif(
1855-
# using_string_dtype(),
1856-
# reason="Adjust expected when infer_string is default, no bug here, "
1857-
# "just a complicated parametrization",
1858-
# )
1854+
@pytest.mark.skipif(
1855+
using_string_dtype(),
1856+
reason="Adjust expected when infer_string is default, no bug here, "
1857+
"just a complicated parametrization",
1858+
)
18591859
@pytest.mark.parametrize(
18601860
"orient,expected",
18611861
[

0 commit comments

Comments
 (0)