mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix tests
This commit is contained in:
parent
974841926d
commit
16488e7db8
@ -25,6 +25,7 @@ def mock_services():
|
||||
return InvocationServices(
|
||||
model_manager = None, # type: ignore
|
||||
events = None, # type: ignore
|
||||
logger = None, # type: ignore
|
||||
images = None, # type: ignore
|
||||
latents = None, # type: ignore
|
||||
metadata = None, # type: ignore
|
||||
|
@ -23,6 +23,7 @@ def mock_services() -> InvocationServices:
|
||||
return InvocationServices(
|
||||
model_manager = None, # type: ignore
|
||||
events = TestEventService(),
|
||||
logger = None, # type: ignore
|
||||
images = None, # type: ignore
|
||||
latents = None, # type: ignore
|
||||
metadata = None, # type: ignore
|
||||
|
Loading…
Reference in New Issue
Block a user