Skip to content

Commit b1bdd89

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 8302509 commit b1bdd89

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
@@ -103,7 +103,6 @@ def test_generate_ignores_context(self):
103103
result1 = generator.generate(context1)
104104
result2 = generator.generate(context2)
105105

106-
# Both should be valid UUIDs but different
107106
uuid.UUID(result1)
108107
uuid.UUID(result2)
109108
assert result1 != result2

0 commit comments

Comments
 (0)