Skip to content

Commit 88468fa

Browse files
author
MomIsBestFriend
committed
Improved test case
1 parent 13ce16b commit 88468fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/scalar/timestamp/test_timestamp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,7 @@ def test_constructor_fromisocalendar(self):
712712
result = Timestamp.fromisocalendar(2000, 1, 1)
713713
assert result == expected_timestamp
714714
assert result == expected_stdlib
715+
assert isinstance(result, Timestamp)
715716

716717

717718
class TestTimestamp:

0 commit comments

Comments
 (0)