Skip to content

Commit 0cd5d8d

Browse files
MarkoMackicremkop
authored andcommitted
Removing unneeded comments
1 parent 4413f01 commit 0cd5d8d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/picocli/CommandModelTransformersTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,8 @@ public CommandSpec transform(CommandSpec commandSpec) {
196196

197197
assertEquals(0, cl.execute("b"));
198198

199-
// should throw unmatched argument exception
200199
parseArgsThrowsUnmatchedArgumentException(cl, "a");
201200

202-
// should throw unmatched argument exception
203201
parseArgsThrowsUnmatchedArgumentException(cl, "c");
204202
}
205203

0 commit comments

Comments
 (0)