Happify lint.

This commit is contained in:
Omer Katz 2019-02-04 08:45:20 +02:00
parent 024cbdc4fb
commit 43930bbcae
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ from kombu.five import bytes_if_py2
class test_to_timestamp:
def test_timestamp(self):
assert to_timestamp(3.13) is 3.13
assert to_timestamp(3.13) == 3.13
def test_datetime(self):
assert to_timestamp(datetime.utcnow())