We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e97cc3 commit 051f34eCopy full SHA for 051f34e
Lib/test/test_uuid.py
@@ -707,8 +707,8 @@ def test_uuid8(self):
707
equal(u.int & 0x3fffffffffffffff, lo)
708
709
def test_uuid8_uniqueness(self):
710
- """Test that UUIDv8-generated values are unique (up to a negligible
711
- probability of failure)."""
+ # Test that UUIDv8-generated values are unique
+ # (up to a negligible probability of failure).
712
u1 = self.uuid.uuid8()
713
u2 = self.uuid.uuid8()
714
self.assertNotEqual(u1.int, u2.int)
0 commit comments