File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
exercises/version-workflow Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ course is activated as detailed in the course [README](../../README.md#setup-you
62
62
send a thank you message to the customer before charging
63
63
them with the first loan payment, but this was a mistake.
64
64
This Activity should run after the last payment, so move the lines of code used
65
- start to Activity execution
65
+ to start Activity execution
66
66
``` python
67
67
confirmation = await workflow.execute_activity_method(
68
68
LoanProcessingActivities.send_thank_you_to_customer,
@@ -136,7 +136,7 @@ by the user-defined Change ID `moved-thank-you-after-loop`.
136
136
3 . Change the duration of the `await asyncio.sleep()` statement at the
137
137
bottom of the loop back to 3 seconds. This is unrelated to
138
138
versioning and changing the duration of a timer does not require versioning,
139
- gbut will help you see the results more quickly.
139
+ but will help you see the results more quickly.
140
140
4 . Run `python - m pytest` again. You should find it succeeds this time,
141
141
since you' ve used the Patching API to restore compatibility with
142
142
the previous execution.
You can’t perform that action at this time.
0 commit comments