Skip to content

Commit

Permalink
#4 add test case
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-dammeier committed Nov 29, 2023
1 parent cd9a971 commit 588ee6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/domain/blueprintSpec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ func Test_Validate_combineErrors(t *testing.T) {

err := spec.Validate()

assert.ErrorContains(t, err, "blueprint spec is invalid")
assert.ErrorContains(t, err, "blueprint spec don't have an ID")
assert.ErrorContains(t, err, "blueprint is invalid")
assert.ErrorContains(t, err, "blueprint mask is invalid")
Expand Down

0 comments on commit 588ee6c

Please sign in to comment.