Skip to content

Commit

Permalink
Fix test imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jayohms committed Mar 23, 2024
1 parent c3f1049 commit 3b0b668
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package dev.hotwire.core.navigation.routing

import dev.hotwire.core.navigation.activities.SessionConfiguration
import dev.hotwire.core.navigation.session.SessionConfiguration
import org.junit.Assert.*
import org.junit.Test
import org.junit.runner.RunWith
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package dev.hotwire.core.navigation.routing

import dev.hotwire.core.navigation.activities.SessionConfiguration
import dev.hotwire.core.navigation.session.SessionConfiguration
import org.junit.Assert.*
import org.junit.Test
import org.junit.runner.RunWith
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package dev.hotwire.core.navigation.routing

import dev.hotwire.core.navigation.activities.SessionConfiguration
import dev.hotwire.core.navigation.session.SessionConfiguration
import org.junit.Assert.*
import org.junit.Test
import org.junit.runner.RunWith
Expand Down

0 comments on commit 3b0b668

Please sign in to comment.