Fix lint warning

This commit is contained in:
Alex Gabor 2022-04-11 11:29:40 +03:00
parent d83cc23ee9
commit 5f960880de
2 changed files with 3 additions and 2 deletions

View file

@ -23,7 +23,7 @@ Here is a list of actions we want to do:
```kotlin
class ComposeLoginRobot(
composeTestRule: ComposeTestRule,
): ComposeTestRule by composeTestRule {
) : ComposeTestRule by composeTestRule {
fun setUsername(username: String): ComposeLoginRobot = apply {
onNodeWithTag(AuthScreenTag.UsernameInput).performTextInput(username)