Fix failing test case

This commit is contained in:
Kris De Volder
2020-03-17 15:32:15 -07:00
parent 331b9acfe4
commit 0a3a3acccf

View File

@@ -3515,7 +3515,7 @@ public class ApplicationYamlEditorTest extends AbstractPropsEditorTest {
assertCompletionWithLabel(
"logging:\n" +
" level:\n" +
" <*>"
" roo<*>"
, // =>
"root"
,
@@ -3526,7 +3526,7 @@ public class ApplicationYamlEditorTest extends AbstractPropsEditorTest {
assertCompletionDetails(
"logging:\n" +
" level:\n" +
" <*>"
" roo<*>"
, // =>
"root",
"String",