Skip to content

Commit

Permalink
test: Add client fixture override for runnable vertices manager unit …
Browse files Browse the repository at this point in the history
…test. (#3430)
  • Loading branch information
ogabrielluiz authored Aug 20, 2024
1 parent b588ac0 commit 0e1155b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
from langflow.graph.graph.runnable_vertices_manager import RunnableVerticesManager


@pytest.fixture
def client():
pass


@pytest.fixture
def data():
run_map: defaultdict(list) = {"A": ["B", "C"], "B": ["D"], "C": ["D"], "D": []}
Expand Down

0 comments on commit 0e1155b

Please sign in to comment.