Skip to content

Commit cb73a1c

Browse files
committed
Fixed typing error
1 parent 1256c28 commit cb73a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ellar/testing/module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def create_test_module(
9393
t.Union[t.Type["GuardCanActivate"], "GuardCanActivate"]
9494
] = None,
9595
config_module: t.Union[str, t.Dict] = None,
96-
) -> TestingModule:
96+
) -> TESTING_MODULE: # type: ignore[valid-type]
9797
"""
9898
Create a TestingModule to test controllers and services in isolation
9999
:param modules:

0 commit comments

Comments
 (0)