Skip to content

Commit 0bfbda5

Browse files
psychedelicioushipsterusername
authored andcommitted
build(nodes): remove references to metadata service in tests
1 parent 295b98a commit 0bfbda5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/nodes/test_graph_execution_state.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def mock_services():
2828
logger = None, # type: ignore
2929
images = None, # type: ignore
3030
latents = None, # type: ignore
31-
metadata = None, # type: ignore
3231
queue = MemoryInvocationQueue(),
3332
graph_library=SqliteItemStorage[LibraryGraph](
3433
filename=sqlite_memory, table_name="graphs"

tests/nodes/test_invoker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def mock_services() -> InvocationServices:
2626
logger = None, # type: ignore
2727
images = None, # type: ignore
2828
latents = None, # type: ignore
29-
metadata = None, # type: ignore
3029
queue = MemoryInvocationQueue(),
3130
graph_library=SqliteItemStorage[LibraryGraph](
3231
filename=sqlite_memory, table_name="graphs"

0 commit comments

Comments
 (0)