Skip to content

Commit 6e8146a

Browse files
authored
Update testing.md
1 parent 27a01ea commit 6e8146a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Testing activities is similar to testing Laravel jobs. You manually create the a
110110
```
111111
$workflow = WorkflowStub::make(MyWorkflow::class);
112112
113-
$activity = new MyActivity(0, now()->toDateTimeString(), StoredWorkflow::findOrFail($workflow->id()), []);
113+
$activity = new MyActivity(0, now()->toDateTimeString(), StoredWorkflow::findOrFail($workflow->id()));
114114
115115
$result = $activity->handle();
116116
```

0 commit comments

Comments
 (0)