normal test fails

This commit is contained in:
Rune Dyselinck 2023-05-15 22:52:44 +02:00
commit 31e78856c0
48 changed files with 878 additions and 698 deletions

View file

@ -117,12 +117,15 @@ class SubjectScreenTest {
onAddSubject = { add = true },
onViewSubject = { view = true },
getStudyTime = { flowOf() },
getCompletedTaskCount = { flowOf() },
getTaskCount = { flowOf() },
uiState = SubjectUiState.Succes(
listOf(
Subject(
id = "",
name = "Test Subject",
argb_color = 0xFFFFD200,
taskCount = 5, taskCompletedCount = 2,
archived = false
)
)
)