Skip to content

Commit 91c7c49

Browse files
committed
one more
1 parent 768ddf2 commit 91c7c49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/fast/test_all_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ def test_fetchnumpy(self, cur_type):
387387
# such that the conversion yields "Not a Time"
388388
"timestamp_ns": np.ma.array(
389389
[
390-
np.datetime64("NaT"),
390+
np.datetime64("NaT", "ns"),
391391
np.datetime64(9223372036854775806, "ns"),
392392
np.datetime64("1990-01-01T00:42"),
393393
],

0 commit comments

Comments
 (0)