Skip to content

Commit efad57a

Browse files
committed
Fix test_api::TestApi
Signed-off-by: Vasily Litvinov <[email protected]>
1 parent a93b4be commit efad57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/api/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def test_np():
274274

275275

276276
class TestApi(Base):
277-
allowed = ["types", "extensions", "indexers"]
277+
allowed = ["types", "extensions", "indexers", "exchange"]
278278

279279
def test_api(self):
280280
self.check(api, self.allowed)

0 commit comments

Comments
 (0)