Skip to content

Commit 3e1503a

Browse files
Update pandas/tests/io/pytables/test_put.py
Co-authored-by: Joris Van den Bossche <[email protected]>
1 parent 846b2b5 commit 3e1503a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/pytables/test_put.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def test_put_datetime_ser(setup_path, performance_warning, using_infer_string):
207207
store.put("ser", ser)
208208
expected = ser.copy()
209209
result = store.get("ser")
210-
tm.assert_frame_equal(result, expected)
210+
tm.assert_series_equal(result, expected)
211211

212212

213213
def test_put_mixed_type(setup_path, performance_warning, using_infer_string):

0 commit comments

Comments
 (0)