normal test fails
This commit is contained in:
commit
31e78856c0
48 changed files with 878 additions and 698 deletions
|
@ -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
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
Reference in a new issue