Skip to content

Commit

Permalink
chore: update error messages
Browse files Browse the repository at this point in the history
Signed-off-by: Kumar Mallikarjuna <[email protected]>
  • Loading branch information
kumar-mallikarjuna committed Dec 19, 2024
1 parent 32bcb9c commit bc5a45b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/test/expression_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,15 @@ func TestAssertExpressions(t *testing.T) {
{
name: "check incorrect deployment name",
expectRunFailure: true,
expectedErrorMessage: "not all expressions evaluated to true",
expectedErrorMessage: "not all assertAll expressions evaluated to true",
},
{
name: "check multiple assert all",
},
{
name: "check multiple assert all with one failing",
expectRunFailure: true,
expectedErrorMessage: "not all expressions evaluated to true",
expectedErrorMessage: "not all assertAll expressions evaluated to true",
},
{
name: "check multiple assert any",
Expand Down

0 comments on commit bc5a45b

Please sign in to comment.