Skip to content

Commit

Permalink
Fix testing package name
Browse files Browse the repository at this point in the history
  • Loading branch information
KovalevAndrey committed May 1, 2024
1 parent c3290b3 commit def253f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
package com.bumble.appyx.sample.navigtion.compose
package com.bumble.appyx.sample.navigation.compose

import androidx.annotation.CheckResult
import androidx.compose.runtime.CompositionLocalProvider
import androidx.compose.ui.test.junit4.createAndroidComposeRule
import androidx.compose.ui.test.onNodeWithText
import androidx.compose.ui.test.performClick
import com.bumble.appyx.core.integrationpoint.LocalIntegrationPoint
import com.bumble.appyx.sample.navigation.compose.ComposeNavigationRoot
import com.bumble.appyx.testing.ui.rules.AppyxTestActivity
import org.junit.Rule
import org.junit.Test
Expand Down

0 comments on commit def253f

Please sign in to comment.