We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d0faa commit a37e394Copy full SHA for a37e394
pandas/tests/indexes/test_common.py
@@ -529,4 +529,4 @@ def test_join_series_deprecated():
529
idx = pd.Index([1, 2])
530
ser = pd.Series([1, 2, 2])
531
with tm.assert_produces_warning(Pandas4Warning, match="Passing a Series"):
532
- idx.join(ser)
+ idx.join(ser)
0 commit comments