Skip to content

Commit 7b3437b

Browse files
authored
fix test_frame_equal_message error
change \\[right\\]: \\(4, 1\\) to \\[right\\]: \\(3, 1\\)
1 parent 0340b5c commit 7b3437b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/test_testing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ def test_frame_equal_message(self):
634634
635635
DataFrame shape mismatch
636636
\\[left\\]: \\(3, 2\\)
637-
\\[right\\]: \\(4, 1\\)"""
637+
\\[right\\]: \\(3, 1\\)"""
638638

639639
with assertRaisesRegexp(AssertionError, expected):
640640
assert_frame_equal(pd.DataFrame({'A': [1, 2, 3], 'B': [4, 5, 6]}),

0 commit comments

Comments
 (0)