Skip to content

Commit b52eb2d

Browse files
markurtzCopilot
andcommitted
Update tests/unit/utils/test_registry.py
Co-authored-by: Copilot <[email protected]> Signed-off-by: Mark Kurtz <[email protected]>
1 parent b6659b6 commit b52eb2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/utils/test_registry.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,6 @@ class Module1Class:
490490
assert TestAutoRegistry.registry_populated is True
491491
assert TestAutoRegistry.registry is not None
492492
assert "module1class" in TestAutoRegistry.registry
493-
"""Test complete auto-discovery workflow with mocked imports."""
494493

495494
class TestAutoRegistry(RegistryMixin):
496495
registry_auto_discovery = True

0 commit comments

Comments
 (0)