Skip to content

Commit f030d9f

Browse files
committed
Add missing test cases in test_dtype_to_arrow_c_fmt
Signed-off-by: Vasily Litvinov <fam1ly.n4me@yandex.ru>
1 parent 2fca3c0 commit f030d9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tests/exchange/test_utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
pd.Series([0]).astype("datetime64[ns]").dtype,
3232
"tsn:",
3333
),
34+
(pd.CategoricalDtype(["a"]), "l"),
35+
(np.dtype("O"), "u"),
3436
],
3537
)
3638
def test_dtype_to_arrow_c_fmt(pandas_dtype, c_string): # PR01

0 commit comments

Comments
 (0)