Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit 6b69168

Browse files
committed
fix suggest test case
1 parent ae543d9 commit 6b69168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/raml/completion/SuggestionTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class SuggestionTestCase
3434

3535
public static final int ROOT_SUGGEST_COUNT = 13;
3636
public static final int RESOURCE_SUGGEST_COUNT = 16;
37-
public static final int ACTION_SUGGEST_COUNT = 9;
37+
public static final int ACTION_SUGGEST_COUNT = 10;
3838
private static final int BODY_SUGGEST_COUNT = 4;
3939
private static final int RESPONSES_SUGGEST_COUNT = 8;
4040

0 commit comments

Comments
 (0)