Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaizanse committed Dec 19, 2023
1 parent 18f9228 commit b7da756
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ func TestMain(m *testing.M) {
func Test_PreventMultipleNATSCRs(t *testing.T) {
t.Parallel()

errMsg := fmt.Sprintf("Only a single NATS CR with name: %s and namespace: %s is allowed"+
"to be created in a Kyma cluster.", "eventing-nats",
errMsg := fmt.Sprintf("Only a single NATS CR with name: %s and namespace: %s "+
"is allowed to be created in a Kyma cluster.", "eventing-nats",
"kyma-system")

testCases := []struct {
Expand Down

0 comments on commit b7da756

Please sign in to comment.