Skip to content

Commit 5a86a13

Browse files
author
Aman Sharma
committed
add asserts to test concat function module string is set to 'pandas'
1 parent ad9ec51 commit 5a86a13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/api/test_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ def test_set_module():
417417
assert pd.Period.__module__ == "pandas"
418418
assert pd.Timestamp.__module__ == "pandas"
419419
assert pd.Timedelta.__module__ == "pandas"
420+
assert pd.concat.__module__ == "pandas"
420421
assert pd.isna.__module__ == "pandas"
421422
assert pd.notna.__module__ == "pandas"
422423
assert pd.merge.__module__ == "pandas"

0 commit comments

Comments
 (0)