Skip to content

Commit

Permalink
Formatting and naming cleanup; test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
esocode committed Dec 29, 2023
1 parent 14be862 commit 39827a3
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ void testTokenStringFormat() {

assertEquals(new DecimalFormat(formatString).format(testInt),
tokenFormat.evaluate(relatable));

tokenFormat = new RelationTokenFormat(
"{CHILDREN:&{size()}}-" + "{CHILDREN:&{get(0):&{PORT}}}-" +
"{CHILDREN:&{get(1):&{PORT}}}");
assertEquals("2-1-2", tokenFormat.evaluate(relatable));
}

/**
Expand Down

0 comments on commit 39827a3

Please sign in to comment.