Fix expected error message

This commit is contained in:
BoykoAlex
2016-11-08 14:28:53 -05:00
parent 4096a3e129
commit 49fb54d93e

View File

@@ -679,8 +679,8 @@ public class ApplicationYamlEditorTest extends AbstractPropsEditorTest {
);
editor.assertProblems(
"bad: BLUE| but got a 'Mapping' node",
"Bogus| but got 'Bogus'"
"bad: BLUE|Expecting a 'demo.Color",
"Bogus|Expecting a 'demo.Color"
);
}