Skip to content

Commit

Permalink
detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara committed Jul 24, 2024
1 parent a642a2e commit be9c46f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class IsFileSharingEnabledViewModelTest {
)

fun withFileSharingStatus(result: FileSharingStatus.Value) = apply {
every { isFileSharingEnabledUseCase() } returns FileSharingStatus (
every { isFileSharingEnabledUseCase() } returns FileSharingStatus(
result,
true
)
Expand All @@ -81,6 +81,5 @@ class IsFileSharingEnabledViewModelTest {
fun arrange(block: Arrangement.() -> Unit) = apply(block).let {
this to viewModel
}

}
}

0 comments on commit be9c46f

Please sign in to comment.