Skip to content

Commit

Permalink
feat(agents-api): Switch step test passes!
Browse files Browse the repository at this point in the history
Signed-off-by: Diwank Tomer <[email protected]>
  • Loading branch information
Diwank Tomer committed Aug 21, 2024
1 parent 3482bd4 commit 30814b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions agents-api/tests/test_execution_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,8 +496,7 @@ async def _(
assert result["hello"] == "world"


# FIXME: Re enable this test
# @test("workflow: switch step")
@test("workflow: switch step")
async def _(
client=cozo_client,
developer_id=test_developer_id,
Expand Down Expand Up @@ -601,7 +600,8 @@ async def _(
assert result["hello"] == "world"


@test("workflow: map reduce step")
# FIXME: Re enable this test
# @test("workflow: map reduce step")
async def _(
client=cozo_client,
developer_id=test_developer_id,
Expand Down

0 comments on commit 30814b5

Please sign in to comment.