Skip to content

Commit

Permalink
add GH issue # to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico Cernek committed Aug 12, 2019
1 parent bc930cb commit 9007839
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pandas/tests/reshape/merge/test_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -2085,6 +2085,7 @@ def test_merge_equal_cat_dtypes2():


def test_right_merge_preserves_row_order():
# GH 27453
population = [
("Jenn", "Jamaica", 3),
("Beth", "Bulgaria", 7),
Expand All @@ -2111,6 +2112,7 @@ def test_right_merge_preserves_row_order():


def test_left_merge_preserves_row_order():
# GH 27453
population = [
("Jenn", "Jamaica", 3),
("Beth", "Bulgaria", 7),
Expand Down

0 comments on commit 9007839

Please sign in to comment.