Skip to content

Commit

Permalink
#28 apply review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-dammeier committed Feb 5, 2024
1 parent 118b38d commit 7005e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/application/applyBlueprintSpecUseCase_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func TestApplyBlueprintSpecUseCase_markBlueprintApplicationFailed(t *testing.T)
})
}

func TestApplyBlueprintSpecUseCase_markWaitingForHealthyEcosystem(t *testing.T) {
func TestApplyBlueprintSpecUseCase_markBlueprintApplied(t *testing.T) {
t.Run("ok", func(t *testing.T) {
spec := &domain.BlueprintSpec{
Status: domain.StatusPhaseInProgress,
Expand Down

0 comments on commit 7005e5e

Please sign in to comment.