We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d7e1cd + a431342 commit 0b5afeeCopy full SHA for 0b5afee
tests/arrow_tests.py
@@ -43,7 +43,7 @@ def test_utcnow(self):
43
44
assertDtEqual(result._datetime, datetime.utcnow().replace(tzinfo=tz.tzutc()))
45
46
- def test_formtimestamp(self):
+ def test_fromtimestamp(self):
47
48
timestamp = time.time()
49
0 commit comments