Fix failing tes

This commit is contained in:
Kris De Volder
2017-05-02 19:21:36 -07:00
parent f5fc8d0601
commit 1bc920131c

View File

@@ -1393,7 +1393,7 @@ public class ManifestYamlEditorTest {
"- name: foo\n" +
" ro<*>"
);
editor.assertCompletions(c -> c.getLabel().contains("routes"),
editor.assertCompletions(c -> c.getLabel().startsWith("routes"),
"applications:\n" +
"- name: foo\n" +
" routes:\n"+