Skip to content

Commit 65878db

Browse files
committed
See what happens when tests fail
1 parent fc78398 commit 65878db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/test/kotlin/TaskTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class TaskTest {
7878
val task = TestTask(0)
7979
assertEquals(Task.State.INIT, task.state)
8080
assertTrue(task.subTasks.isEmpty())
81-
assertEquals(0, task.age)
81+
assertEquals(1, task.age)
8282
}
8383

8484
@Test

0 commit comments

Comments
 (0)