Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix checkstyle issues
  • Loading branch information
pingpingy1 committed Feb 14, 2024
commit 0bce4648221a242887eef3a213a650dac65dc381
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void testLargeNumber() {
value.getValue();
fail("should not work");
} catch (Exception e) {
//expected to fail
// expected to fail
}
assertEquals(new BigInteger(largeNumber), value.getBigIntegerValue());
}
Expand Down