Skip to content

Commit 4ea6462

Browse files
committed
update Java version
1 parent 4612a07 commit 4ea6462

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/com/upokecenter/test/CBORObjectTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6323,7 +6323,8 @@ public void TestCalcEncodedSizeCircularRefs3bc2() {
63236323
} catch (Exception ex) {
63246324
Assert.fail(ex.toString());
63256325
throw new IllegalStateException("", ex);
6326-
}}
6326+
}
6327+
}
63276328
@Test(timeout = 10001)
63286329
public void TestCalcEncodedSizeCircularRefs3bc2a() {
63296330
CBORObject cbor;

0 commit comments

Comments
 (0)