Simplifying the test method name.

This commit is contained in:
Ali Dehghani 2019-02-03 18:45:18 +03:30
parent 8d9d76cc09
commit 425b8905ec
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class SimpleTest5 {
@Test
@Disabled
fun `JUnit should complain and report failed assertions`() {
fun `3 is equal to 4`() {
Assertions.assertEquals(3, 4) {
"Three does not equal four"
}