This commit is contained in:
Yuriy Lytvynchuk 2022-10-31 16:41:30 +02:00
parent 597012c1b9
commit db596f63bd

View File

@ -114,4 +114,4 @@ public class TbMathArgumentValueTest {
Throwable thrown = assertThrows(RuntimeException.class, () -> TbMathArgumentValue.fromString(value));
Assert.assertNotNull(thrown.getMessage());
}
}
}