We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d874161 commit d8ca214Copy full SHA for d8ca214
tests/worker_test.go
@@ -232,7 +232,7 @@ func Test_TryProcessSingleOrchestrationWorkItem_ExecutionStartedAndCompleted(t *
232
require.Len(t, state.NewEvents, 3)
233
require.NotNil(t, wi.State.NewEvents[0].GetOrchestratorStarted())
234
require.NotNil(t, wi.State.NewEvents[1].GetExecutionStarted())
235
- require.NotNil(t, wi.State.NewEvents[2].GetOrchestratorStarted())
+ require.NotNil(t, wi.State.NewEvents[2].GetExecutionCompleted())
236
}
237
238
func Test_TaskWorker(t *testing.T) {
0 commit comments