Skip to content

Commit 98b2e1a

Browse files
katmpatzsjwarner-bp
authored andcommitted
All-your-base: update version file (2.1.0 -> 2.3.0) and update one test (exercism#1397)
1 parent 324c61c commit 98b2e1a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
2.3.0

exercises/all-your-base/src/test/java/BaseConverterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ public void testFirstBaseIsOne() {
221221
expectedException.expect(IllegalArgumentException.class);
222222
expectedException.expectMessage("Bases must be at least 2.");
223223

224-
new BaseConverter(1, new int[]{});
224+
new BaseConverter(1, new int[]{1});
225225
}
226226

227227
@Ignore("Remove to run test")

0 commit comments

Comments
 (0)