Skip to content

Commit ec762f1

Browse files
committed
minor bug
1 parent 051aaff commit ec762f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/tests/reductions/test_reductions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -923,8 +923,8 @@ def test_any_all_on_bool_dtypes_utility(self, bool_dtype):
923923
expected = Series([False, True, True], dtype=bool_dtype)
924924
tm.assert_series_equal(result, expected)
925925

926-
self.test_any_all_on_bool_dtypes_utility("boolean")
927-
self.test_any_all_on_bool_dtypes_utility("bool")
926+
test_any_all_on_bool_dtypes_utility("boolean")
927+
test_any_all_on_bool_dtypes_utility("bool")
928928

929929
def test_timedelta64_analytics(self):
930930

0 commit comments

Comments
 (0)