mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-24 11:15:19 +01:00
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));
|
result.length(), equalTo(length));
|
||||||
assertThat("Result '" + result + "' should only have characters a-z, 0-9",
|
assertThat("Result '" + result + "' should only have characters a-z, 0-9",
|
||||||
badChars.matcher(result).matches(), equalTo(false));
|
badChars.matcher(result).matches(), equalTo(false));
|
||||||
System.out.println(result);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user