Skip to content

Commit

Permalink
Rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljohanneskraft committed Nov 11, 2024
1 parent f3f516b commit 306b46b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.junit.Before
import org.junit.Rule
import org.junit.Test

class ValidationTest {
class FocusValidationRulesTest {

@get:Rule
val composeTestRule = createComposeRule()
Expand All @@ -20,7 +20,7 @@ class ValidationTest {
}

@Test
fun testValidationWithFocus() {
fun testFocusValidationRules() {
focusValidationRules {
assertHasEngines(true)
assertInputValid(false)
Expand Down

This file was deleted.

0 comments on commit 306b46b

Please sign in to comment.