Skip to content

Commit 8a05eff

Browse files
committed
Update readme
1 parent d3eff64 commit 8a05eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ func TestWorkflow(t *testing.T) {
518518

519519
#### Activities
520520

521-
Activities can be tested like any other function. If you make use of
521+
Activities can be tested like any other function. If you make use of the activity context, for example, to retrieve a logger, you can use `activitytester.WithActivityTestState` to provide a test activity context. If you don't specify a logger, the default logger implementation will be used.
522522
523523
524524
```go

0 commit comments

Comments
 (0)