Skip to content

Commit

Permalink
335: Improve and fix JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Apr 17, 2021
1 parent 16322ac commit a4e2e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion units/src/test/java/si/uom/format/SIUnitFormatTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public void testParseMicroAlias() {

@Test
public void testParsePlanck() {
Unit<?> u = suf.parse("");
Unit<?> u = suf.parse("\u210E");
assertEquals(PLANCK_CONSTANT, u);
}

Expand Down

0 comments on commit a4e2e8b

Please sign in to comment.