Fixes MathUtils unit tests

Started failing with changes in d25514743f
This commit is contained in:
Christian Koop 2022-06-16 20:59:50 +02:00
parent d25514743f
commit 73c6b9a558
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
class MathUtilsTest {
private final String warningMessage = "MathTest";
private final String warningMessageExpectedStart = "[" + warningMessage + "] ";
private final String warningMessageExpectedStart = warningMessage + " ";
@Test
void eval() {