Skip to content

Commit

Permalink
strip whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico Cernek committed Oct 21, 2019
1 parent e0f430a commit 7e6fd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/reshape/merge/test_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -2120,7 +2120,7 @@ def test_merge_preserves_row_order(how):
result = left_df.merge(right_df, on=("name", "country"), how=how)
assert_frame_equal(expected, result)


def test_merge_on_cat_and_ext_array():
# GH 28668
right = DataFrame(
Expand Down

0 comments on commit 7e6fd64

Please sign in to comment.