Skip to content

Commit

Permalink
pythongh-125651: Remove duplicated check in test
Browse files Browse the repository at this point in the history
  • Loading branch information
sevdog committed Oct 18, 2024
1 parent cde9e36 commit 6719b85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/test/test_uuid.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ def test_exceptions(self):
badvalue(lambda: self.uuid.UUID('abc'))
badvalue(lambda: self.uuid.UUID('123_4567812345678123456781234567'))
badvalue(lambda: self.uuid.UUID('123_4567812345678123456781_23456'))
badvalue(lambda: self.uuid.UUID('123_4567812345678123456781_23456'))
badvalue(lambda: self.uuid.UUID('1234567812345678123456781234567'))
badvalue(lambda: self.uuid.UUID('123456781234567812345678123456789'))
badvalue(lambda: self.uuid.UUID('123456781234567812345678z2345678'))
Expand Down

0 comments on commit 6719b85

Please sign in to comment.