Skip to content

Commit

Permalink
removed left over println
Browse files Browse the repository at this point in the history
  • Loading branch information
jdereg committed Feb 4, 2024
1 parent bfcd8c3 commit 833649a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4328,7 +4328,6 @@ void testStringToCharArray(String source, Charset charSet, char[] expected) {
@Test
void testKnownUnsupportedConversions()
{
System.out.println(converter.getSupportedConversions());
assertThatThrownBy(() -> converter.convert((byte)50, Date.class))
.isInstanceOf(IllegalArgumentException.class)
.hasMessageContaining("Unsupported conversion");
Expand Down

0 comments on commit 833649a

Please sign in to comment.