diff --git a/maven/src/it/yaml/violated-constraint/verify.groovy b/maven/src/it/yaml/violated-constraint/verify.groovy index a5ed0d4cef..879d84f0ac 100644 --- a/maven/src/it/yaml/violated-constraint/verify.groovy +++ b/maven/src/it/yaml/violated-constraint/verify.groovy @@ -14,7 +14,7 @@ assert buildLog.getText().contains('[ERROR] Constraint: violatedConcept') assert buildLog.getText().contains('[ERROR] Severity: MAJOR') assert buildLog.getText().contains('[ERROR] Number of rows: 1') assert buildLog.getText().contains('[ERROR] foobar') -assert buildLog.getText().contains('[ERROR] c=com.buschmais.jqassistant.maven.it.yaml.violatedconstraint.AClass') +assert buildLog.getText().contains('[ERROR] c=com.buschmais.jqassistant.maven.it.yaml.violatedconstraint.AClass') // Only one constraint should have been violated assert buildLog.getText().contains('Failed rules detected: 0 concepts, 1 constraints')