Skip to content

Commit 362cd73

Browse files
committed
typo
1 parent bc4d8c6 commit 362cd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/extension/test_sparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ def test_map_raises(self, data, na_action):
349349
with pytest.raises(ValueError, match=msg):
350350
data.map(lambda x: np.nan, na_action=na_action)
351351

352-
@pytest.mark.xfail(reason="SpareArray.round not implemented.")
352+
@pytest.mark.xfail(reason="SparseArray.round not implemented.")
353353
def test_round(self, data):
354354
super().test_round(data)
355355

0 commit comments

Comments
 (0)