Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exercises/testing-code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Definition contains a `await asyncio.sleep(15)` call that adds a 15-second delay
to the Workflow Execution. This is because of the time-skipping feature
provided by the test environment.

Second, calls to `RegisterActivity` near the top of the test indicate
Second, calls to `TranslationActivities` near the top of the test indicate
that the Activity Definitions are executed as part of this Workflow
test. As you learned, you can test your Workflow Definition in isolation
from the Activity implementations by using mocks. The optional exercise
Expand Down