Skip to content

Commit

Permalink
fix(test): correct namespace of parser in oss test
Browse files Browse the repository at this point in the history
  • Loading branch information
growse committed Jul 27, 2024
1 parent 09d5b25 commit c0d111e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import org.junit.Assert.assertFalse
import org.junit.Assert.assertTrue
import org.junit.Test
import org.junit.runner.RunWith
import org.owntracks.android.model.Parser
import org.owntracks.android.model.messages.MessageLocation
import org.owntracks.android.preferences.Preferences
import org.owntracks.android.support.Parser
import org.owntracks.android.testutils.GPSMockDeviceLocation
import org.owntracks.android.testutils.MockDeviceLocation
import org.owntracks.android.testutils.TestWithAnActivity
Expand Down

0 comments on commit c0d111e

Please sign in to comment.