Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pandas/tests/reshape/merge/test_merge_ordered.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
ziad-kermadi and mroeschke authored Nov 13, 2023
1 parent 36b1c25 commit 534521e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/reshape/merge/test_merge_ordered.py
Original file line number Diff line number Diff line change
@@ -213,7 +213,7 @@ def test_elements_not_in_by_but_in_df(self):
merge_ordered(left, right, on="E", left_by=["G", "h"])

def test_ffill_validate_fill_method(self):
# GH 5584
# GH 55884
df1 = DataFrame({"key": ["a", "c", "e"], "lvalue": [1, 2, 3]})
df2 = DataFrame({"key": ["b", "c", "d", "f"], "rvalue": [4, 5, 6, 7]})

0 comments on commit 534521e

Please sign in to comment.