Update test
This commit is contained in:
parent
eca81f7372
commit
4d96aa4b5f
1 changed files with 1 additions and 1 deletions
|
|
@ -542,7 +542,7 @@ public class CommandSuggestionsTest {
|
|||
assertThat(suggestions3).containsExactly("--flag", "--flag2");
|
||||
assertThat(suggestions4).containsExactly("--flag", "--flag2");
|
||||
assertThat(suggestions5).containsExactly("-f");
|
||||
assertThat(suggestions6).containsExactly("hello");
|
||||
assertThat(suggestions6).isEmpty();
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue