Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Nov 2, 2024
1 parent d33e7ef commit 4be9a74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/translate/to_py_scalar_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
(np.datetime64("2020-01-01", "ms"), datetime(2020, 1, 1)),
(np.datetime64("2020-01-01", "us"), datetime(2020, 1, 1)),
(np.datetime64("2020-01-01", "ns"), datetime(2020, 1, 1)),
(pd.NA, None),
],
)
def test_to_py_scalar(
Expand Down

0 comments on commit 4be9a74

Please sign in to comment.