Skip to content

Commit 303a1b8

Browse files
committed
merge
2 parents 8d04063 + e4faa73 commit 303a1b8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/com/cleancoder/args/ArgsTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ public void testExtraArguments() throws Exception {
223223
assertTrue(b);
224224
String y = StringArgumentMarshaler.getValue(args, 'y');
225225
assertEquals("alpha", y);
226+
226227
assertEquals(3, args.nextArgument());
227228
}
228229

0 commit comments

Comments
 (0)