Skip to content

Commit 0b5afee

Browse files
committed
Merge pull request #149 from troyharvey/test-sp
test_fromtimestamp sp
2 parents 8d7e1cd + a431342 commit 0b5afee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/arrow_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def test_utcnow(self):
4343

4444
assertDtEqual(result._datetime, datetime.utcnow().replace(tzinfo=tz.tzutc()))
4545

46-
def test_formtimestamp(self):
46+
def test_fromtimestamp(self):
4747

4848
timestamp = time.time()
4949

0 commit comments

Comments
 (0)