Skip to content

Commit

Permalink
fix: fix typo in QuizPlayKtTest()
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-hamirifou committed Oct 17, 2024
1 parent ef5fa41 commit 28a2fe3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import org.mockito.kotlin.mock

class QuizPlayKtTest {
val mockNavigationActions: NavigationActions = mock()
@get:Rule val TcomposeTestRule = createComposeRule()
@get:Rule val composeTestRule = createComposeRule()

private lateinit var quizViewModel: QuizViewModel

Expand Down

0 comments on commit 28a2fe3

Please sign in to comment.