Skip to content

Commit

Permalink
Merge branch 'blue/services-api' of github.com:golemfactory/yapapi in…
Browse files Browse the repository at this point in the history
…to blue/services-api
  • Loading branch information
shadeofblue committed May 27, 2021
2 parents 71a2542 + 73b3036 commit 6d37753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/goth/test_run_blender.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async def assert_all_tasks_started(output_lines: EventStream[str]):

async def assert_all_tasks_computed(output_lines: EventStream[str]):
"""Assert that for every task a line with `Task computed by provider` will appear."""
await assert_all_tasks_processed("computed by provider", output_lines)
await assert_all_tasks_processed("finished by provider", output_lines)


async def assert_all_invoices_accepted(output_lines: EventStream[str]):
Expand Down
2 changes: 1 addition & 1 deletion tests/goth/test_run_yacat.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async def assert_all_tasks_started(output_lines: EventStream[str]):

async def assert_all_tasks_computed(output_lines: EventStream[str]):
"""Assert that for every task a line with `Task computed by provider` will appear."""
await assert_all_tasks_processed("computed by provider", output_lines)
await assert_all_tasks_processed("finished by provider", output_lines)


async def assert_all_invoices_accepted(output_lines: EventStream[str]):
Expand Down

0 comments on commit 6d37753

Please sign in to comment.