Skip to content

Commit 425b890

Browse files
committed
Simplifying the test method name.
1 parent 8d9d76c commit 425b890

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core-kotlin/src/test/kotlin/com/baeldung/kotlin/junit5/SimpleTest5.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class SimpleTest5 {
1414

1515
@Test
1616
@Disabled
17-
fun `JUnit should complain and report failed assertions`() {
17+
fun `3 is equal to 4`() {
1818
Assertions.assertEquals(3, 4) {
1919
"Three does not equal four"
2020
}

0 commit comments

Comments
 (0)