Skip to content

Commit

Permalink
fix GH issue number in test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Oct 17, 2022
1 parent b03b76e commit 4abc10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/frame/methods/test_cov_corr.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def test_corrwith_kendall(self):
tm.assert_series_equal(result, expected)

def test_corrwith_spearman_with_tied_data(self):
# GH#21925
# GH#48826
df = DataFrame(
{
"A": [2, 5, 8, 9],
Expand Down

0 comments on commit 4abc10a

Please sign in to comment.