We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c329e3 commit 8d79b41Copy full SHA for 8d79b41
test/test_vectors.py
@@ -29,8 +29,8 @@ def test_uuid6_time_from_hex(self):
29
self.assertEqual(uuid_6.time, uuid_1.time)
30
31
def test_uuid7_time_from_hex(self):
32
- uuid_7 = UUID(hex="017F21CF-D130-7CC3-98C4-DC0C0C07398F")
33
- self.assertEqual(uuid_7.time // 10**6, 1645539742000)
+ uuid_7 = UUID(hex="017F22E2-79B0-7CC3-98C4-DC0C0C07398F")
+ self.assertEqual(uuid_7.time // 10**6, 1645557742000)
34
35
36
if __name__ == "__main__":
0 commit comments