update completion test expectations

This commit is contained in:
peter
2017-01-31 22:30:02 +01:00
parent 52d43793bc
commit 14407464ce
@@ -54,7 +54,7 @@ class NormalCompletionOrderingTest extends CompletionSortingTestCase {
}
void testPreferAnnotationMethods() throws Throwable {
checkPreferredItems(0, "name", "value", "Foo", "Anno")
checkPreferredItems(0, "name", "value", "String", "Foo", "Anno")
}
void testPreferSuperMethods() throws Throwable {