Skip to content

Commit d8ca214

Browse files
famartingJoshVanL
andauthored
Update tests/worker_test.go
Co-authored-by: Josh van Leeuwen <[email protected]> Signed-off-by: Fabian Martinez <[email protected]>
1 parent d874161 commit d8ca214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/worker_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ func Test_TryProcessSingleOrchestrationWorkItem_ExecutionStartedAndCompleted(t *
232232
require.Len(t, state.NewEvents, 3)
233233
require.NotNil(t, wi.State.NewEvents[0].GetOrchestratorStarted())
234234
require.NotNil(t, wi.State.NewEvents[1].GetExecutionStarted())
235-
require.NotNil(t, wi.State.NewEvents[2].GetOrchestratorStarted())
235+
require.NotNil(t, wi.State.NewEvents[2].GetExecutionCompleted())
236236
}
237237

238238
func Test_TaskWorker(t *testing.T) {

0 commit comments

Comments
 (0)