mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
folding for injected does not appear first time you open a file
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ public abstract class LightCompletionTestCase extends LightCodeInsightTestCase {
|
||||
|
||||
protected void testByCount(int finalCount, @NonNls String... values) {
|
||||
if (myItems == null) {
|
||||
assertEquals(0, finalCount);
|
||||
assertEquals(finalCount, 0);
|
||||
return;
|
||||
}
|
||||
int index = 0;
|
||||
|
||||
Reference in New Issue
Block a user