Skip to content

Commit 9007839

Browse files
author
Nico Cernek
committed
add GH issue # to tests
1 parent bc930cb commit 9007839

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tests/reshape/merge/test_merge.py

+2
Original file line numberDiff line numberDiff line change
@@ -2085,6 +2085,7 @@ def test_merge_equal_cat_dtypes2():
20852085

20862086

20872087
def test_right_merge_preserves_row_order():
2088+
# GH 27453
20882089
population = [
20892090
("Jenn", "Jamaica", 3),
20902091
("Beth", "Bulgaria", 7),
@@ -2111,6 +2112,7 @@ def test_right_merge_preserves_row_order():
21112112

21122113

21132114
def test_left_merge_preserves_row_order():
2115+
# GH 27453
21142116
population = [
21152117
("Jenn", "Jamaica", 3),
21162118
("Beth", "Bulgaria", 7),

0 commit comments

Comments
 (0)