We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef5fa41 commit 28a2fe3Copy full SHA for 28a2fe3
app/src/androidTest/java/com/github/lookupgroup27/lookup/ui/quiz/QuizPlayKtTest.kt
@@ -11,7 +11,7 @@ import org.mockito.kotlin.mock
11
12
class QuizPlayKtTest {
13
val mockNavigationActions: NavigationActions = mock()
14
- @get:Rule val TcomposeTestRule = createComposeRule()
+ @get:Rule val composeTestRule = createComposeRule()
15
16
private lateinit var quizViewModel: QuizViewModel
17
0 commit comments