Skip to content

Commit 34a86ec

Browse files
authored
Update test_sparse.py
1 parent 3659e9c commit 34a86ec

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
@@ -348,7 +348,7 @@ def test_equals(self, data, na_value, as_series, box):
348348

349349
@pytest.mark.fails_arm_wheels
350350
def test_equals_same_data_different_object(self, data):
351-
super().test_equals_same_data_different_objects(data)
351+
super().test_equals_same_data_different_object(data)
352352

353353
@pytest.mark.parametrize(
354354
"func, na_action, expected",

0 commit comments

Comments
 (0)