Skip to content

Commit 4df00dc

Browse files
committed
[16:] -> [-4:]
1 parent dae84aa commit 4df00dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/pytables/test_append.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def test_append_all_nans(setup_path, using_infer_string):
257257
if using_infer_string:
258258
# TODO: Test is incorrect when not using_infer_string.
259259
# Should take the last 4 rows uncondiationally.
260-
expected = expected[16:]
260+
expected = expected[-4:]
261261
tm.assert_frame_equal(result, expected, check_index_type=True)
262262

263263
_maybe_remove(store, "df2")

0 commit comments

Comments
 (0)