We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f613a9 commit 7e09f19Copy full SHA for 7e09f19
1 file changed
tests/unit/test_types.py
@@ -201,7 +201,7 @@ def test_datetype(self):
201
self.assertEqual(DateType.deserialize(int64_pack(1000 * expected), 0), datetime.datetime.utcfromtimestamp(expected))
202
203
# beyond 32b
204
- expected = long(2**33)
+ expected = 2**33
205
206
207
# less than epoc (PYTHON-119)
0 commit comments