Skip to content

Commit 6835c85

Browse files
authored
TST: ignored test now works (#39840)
Co-authored-by: JHM Darbyshire (iMac) <attack68@users.noreply.github.com>
1 parent 8967241 commit 6835c85

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/tests/io/json/test_json_table_schema.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -759,8 +759,7 @@ def test_comprehensive(self):
759759
"E": pd.Series(pd.Categorical(["a", "b", "c", "c"])),
760760
"F": pd.Series(pd.Categorical(["a", "b", "c", "c"], ordered=True)),
761761
"G": [1.1, 2.2, 3.3, 4.4],
762-
# 'H': pd.date_range('2016-01-01', freq='d', periods=4,
763-
# tz='US/Central'),
762+
"H": pd.date_range("2016-01-01", freq="d", periods=4, tz="US/Central"),
764763
"I": [True, False, False, True],
765764
},
766765
index=pd.Index(range(4), name="idx"),

0 commit comments

Comments
 (0)