Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
tothszabi committed Jul 19, 2024
1 parent 1497717 commit 2a80e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/models_methods_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ func TestValidateConfig(t *testing.T) {
}

warnings, err := bitriseData.Validate()
require.EqualError(t, err, "stage (stage2) defined in pipeline (pipeline1), but does not exist")
require.EqualError(t, err, "stage (stage2) defined in pipeline (pipeline1) does not exist")
require.Equal(t, 0, len(warnings))
}

Expand Down

0 comments on commit 2a80e0a

Please sign in to comment.