Skip to content

Commit 4abc10a

Browse files
author
MarcoGorelli
committed
fix GH issue number in test
1 parent b03b76e commit 4abc10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/methods/test_cov_corr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ def test_corrwith_kendall(self):
411411
tm.assert_series_equal(result, expected)
412412

413413
def test_corrwith_spearman_with_tied_data(self):
414-
# GH#21925
414+
# GH#48826
415415
df = DataFrame(
416416
{
417417
"A": [2, 5, 8, 9],

0 commit comments

Comments
 (0)