Skip to content

Commit

Permalink
Update testing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcdaniel authored Nov 10, 2023
1 parent 27a01ea commit 6e8146a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Testing activities is similar to testing Laravel jobs. You manually create the a
```
$workflow = WorkflowStub::make(MyWorkflow::class);
$activity = new MyActivity(0, now()->toDateTimeString(), StoredWorkflow::findOrFail($workflow->id()), []);
$activity = new MyActivity(0, now()->toDateTimeString(), StoredWorkflow::findOrFail($workflow->id()));
$result = $activity->handle();
```
Expand Down

0 comments on commit 6e8146a

Please sign in to comment.