Skip to content

Commit e051144

Browse files
committed
Undo test removal
1 parent 17b78e9 commit e051144

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/dtypes/test_common.py

+1
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ def kind(self) -> str:
249249

250250
not_tz_dtype = NotTZDtype()
251251
assert not com.is_datetime64tz_dtype(not_tz_dtype)
252+
assert not com.needs_i8_conversion(not_tz_dtype)
252253

253254

254255
def test_is_timedelta64_dtype():

0 commit comments

Comments
 (0)