Skip to content

Commit 401fa48

Browse files
committed
remove test too
1 parent f97399e commit 401fa48

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_api_types.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,6 @@ def test_is_dict_like() -> None:
122122
check(assert_type(api.is_dict_like(ind), bool), bool)
123123

124124

125-
def test_is_dtype_equal() -> None:
126-
check(assert_type(api.is_dtype_equal("i4", np.int8), bool), bool)
127-
128-
129125
def test_is_extension_array_dtype() -> None:
130126
check(assert_type(api.is_extension_array_dtype(arr), bool), bool)
131127
check(assert_type(api.is_extension_array_dtype(nparr), bool), bool)

0 commit comments

Comments
 (0)