Minor - remove debug println from test
This commit is contained in:
parent
804a670e08
commit
1cabc47ff9
@ -41,7 +41,6 @@ public class RandomStringTest {
|
||||
result.length(), equalTo(length));
|
||||
assertThat("Result '" + result + "' should only have characters a-z, 0-9",
|
||||
badChars.matcher(result).matches(), equalTo(false));
|
||||
System.out.println(result);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user