Skip to content

Commit 21a2268

Browse files
author
Nico Cernek
committed
add GH issue # to tests
1 parent f1bf6d5 commit 21a2268

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
@@ -2097,6 +2097,7 @@ def test_merge_equal_cat_dtypes2():
20972097

20982098

20992099
def test_right_merge_preserves_row_order():
2100+
# GH 27453
21002101
population = [
21012102
("Jenn", "Jamaica", 3),
21022103
("Beth", "Bulgaria", 7),
@@ -2123,6 +2124,7 @@ def test_right_merge_preserves_row_order():
21232124

21242125

21252126
def test_left_merge_preserves_row_order():
2127+
# GH 27453
21262128
population = [
21272129
("Jenn", "Jamaica", 3),
21282130
("Beth", "Bulgaria", 7),

0 commit comments

Comments
 (0)