Skip to content

Commit 8302509

Browse files
Update tests/server/test_id_generator.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent f29a51d commit 8302509

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/server/test_id_generator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ def test_generate_returns_valid_uuid(self):
8383
context = IDGeneratorContext()
8484
result = generator.generate(context)
8585

86-
# This should not raise an exception if result is a valid UUID
8786
uuid.UUID(result)
8887

8988
def test_generate_returns_uuid_version_4(self):

0 commit comments

Comments
 (0)