Skip to content

Commit

Permalink
Fix #633 - Remove assert not present for backslash comma. (#647)
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Cortez <radcortez@yahoo.com>
  • Loading branch information
radcortez authored Nov 3, 2020
1 parent d576299 commit bdff6aa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ public void testBackslashCommaStringGetOptionalValueAsArrayOrList() {
@Test
public void testBackslashCommaStringGetOptionalValue() {
Assert.assertEquals(config.getOptionalValue("backslash.comma.string", String.class).get(), "\\,");
assertConfigurationNotPresentForOptionalMultiple("backslash.comma.string");
}

@Test(expectedExceptions = NoSuchElementException.class)
Expand Down

0 comments on commit bdff6aa

Please sign in to comment.