Skip to content

Commit ad6fa08

Browse files
committed
Fix API tests
1 parent ef378f7 commit ad6fa08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/api/test_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ class TestPDApi(Base):
7272
"RangeIndex",
7373
"Series",
7474
"SparseDtype",
75+
"ListDtype",
7576
"StringDtype",
7677
"Timedelta",
7778
"TimedeltaIndex",
@@ -248,7 +249,6 @@ class TestApi(Base):
248249
"indexers",
249250
"interchange",
250251
"typing",
251-
"internals",
252252
]
253253
allowed_typing = [
254254
"DataFrameGroupBy",

0 commit comments

Comments
 (0)