From 43930bbcae8d1ad44645e0de4d772483dc11ea81 Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Mon, 4 Feb 2019 08:45:20 +0200 Subject: [PATCH] Happify lint. --- t/unit/asynchronous/test_timer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/unit/asynchronous/test_timer.py b/t/unit/asynchronous/test_timer.py index 8ceb725f..e9bbec0f 100644 --- a/t/unit/asynchronous/test_timer.py +++ b/t/unit/asynchronous/test_timer.py @@ -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())