Skip to content

Commit de44eae

Browse files
author
Nico Cernek
committed
add GH issue # to tests
1 parent 90984e4 commit de44eae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tests/reshape/merge/test_merge.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2156,6 +2156,7 @@ def test_merge_multiindex_columns():
21562156

21572157

21582158
def test_right_merge_preserves_row_order():
2159+
# GH 27453
21592160
population = [
21602161
("Jenn", "Jamaica", 3),
21612162
("Beth", "Bulgaria", 7),
@@ -2182,6 +2183,7 @@ def test_right_merge_preserves_row_order():
21822183

21832184

21842185
def test_left_merge_preserves_row_order():
2186+
# GH 27453
21852187
population = [
21862188
("Jenn", "Jamaica", 3),
21872189
("Beth", "Bulgaria", 7),

0 commit comments

Comments
 (0)