Skip to content

Commit

Permalink
Add missing test cases in test_dtype_to_arrow_c_fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Vasily Litvinov <fam1ly.n4me@yandex.ru>
  • Loading branch information
vnlitvinov committed Apr 24, 2022
1 parent 2fca3c0 commit f030d9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pandas/tests/exchange/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
pd.Series([0]).astype("datetime64[ns]").dtype,
"tsn:",
),
(pd.CategoricalDtype(["a"]), "l"),
(np.dtype("O"), "u"),
],
)
def test_dtype_to_arrow_c_fmt(pandas_dtype, c_string): # PR01
Expand Down

0 comments on commit f030d9f

Please sign in to comment.