Skip to content

Commit 7fcbd2f

Browse files
committed
minor bug1
1 parent ec762f1 commit 7fcbd2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/reductions/test_reductions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ def test_all_any_boolean(self):
908908

909909
def test_any_all_bool_dtypes(self):
910910

911-
def test_any_all_on_bool_dtypes_utility(self, bool_dtype):
911+
def test_any_all_on_bool_dtypes_utility(bool_dtype):
912912
# Check level TODO(GH-33449) result should also be boolean
913913
s = pd.Series(
914914
[False, False, True, True, False, True],

0 commit comments

Comments
 (0)