Skip to content

Commit ebf5be2

Browse files
authored
Update test_inference.py
1 parent 4d9c16f commit ebf5be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/typing/test_inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def pandas_datetimes():
7070

7171

7272
def test_boolean_inference(pandas_bools):
73-
dtypes = ["bool", "boolean", "boolean[pyarrow]", "bool_", "bool8", "object"]
73+
dtypes = ["bool", "boolean", "boolean[pyarrow]", "bool_", "object"]
7474
for series in pandas_bools:
7575
for dtype in dtypes:
7676
series = series.astype(dtype)

0 commit comments

Comments
 (0)