trying to fix test failure, but not sure this is the right solution

This commit is contained in:
Martin Lippert
2018-08-03 12:15:27 +02:00
parent 44a8e43861
commit 2bb98a874c

View File

@@ -302,8 +302,8 @@ public class ValueCompletionTest {
editor.assertContextualCompletions(
"adhoc<*>"
, //==>
"${spring.ad-hoc.other-thingy}<*>",
"${spring.ad-hoc.thingy}<*>"
"${spring.ad-hoc.thingy}<*>",
"${spring.ad-hoc.other-thingy}<*>"
);
}