Skip to content

Commit

Permalink
refactor: Lint agents-api (CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
whiterabbit1983 authored and github-actions[bot] committed Oct 15, 2024
1 parent ec62ad4 commit 86cf911
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions agents-api/tests/test_activities.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from uuid import uuid4
from unittest.mock import patch
from uuid import uuid4

from ward import test

Expand Down Expand Up @@ -66,9 +66,10 @@ async def _(
cozo_client,
max_batch_size=2,
)

embed_query.call_count == 3


@test("activity: call demo workflow via temporal client")
async def _():
async with patch_testing_temporal() as (_, mock_get_client):
Expand Down

0 comments on commit 86cf911

Please sign in to comment.