Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-cordenier committed Oct 23, 2024
1 parent 9f5442f commit d8ba99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/services/workflows/engine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1499,7 +1499,7 @@ func TestEngine_CustomComputePropagatesBreaks(t *testing.T) {
state, err := eng.executionStates.Get(ctx, eid)
require.NoError(t, err)

assert.Equal(t, state.Status, store.StatusCompletedEarlyExit)
assert.Equal(t, store.StatusCompletedEarlyExit, state.Status)
}

const secretsWorkflow = `
Expand Down

0 comments on commit d8ba99d

Please sign in to comment.