Skip to content

Commit

Permalink
add instant activity duration
Browse files Browse the repository at this point in the history
  • Loading branch information
Razeeman committed Sep 8, 2024
1 parent 0b1f295 commit e2aeba2
Show file tree
Hide file tree
Showing 46 changed files with 892 additions and 46 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ class TestUtils @Inject constructor(
goals: List<RecordTypeGoal> = emptyList(),
archived: Boolean = false,
instant: Boolean = false,
instantDuration: Long = 0,
categories: List<String> = emptyList(),
) = runBlocking {
val icons = iconImageMapper
Expand All @@ -89,6 +90,7 @@ class TestUtils @Inject constructor(
icon = iconId,
hidden = archived,
instant = instant,
instantDuration = instantDuration,
)

val typeId = recordTypeInteractor.add(data)
Expand Down
Loading

0 comments on commit e2aeba2

Please sign in to comment.