mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Modularize more models/utils (#3182)
This commit is contained in:
parent
5bb3f73e0d
commit
4eba3e9daf
80 changed files with 656 additions and 629 deletions
|
|
@ -19,6 +19,7 @@ package com.geeksville.mesh
|
|||
|
||||
import org.junit.Assert
|
||||
import org.junit.Test
|
||||
import org.meshtastic.core.model.Position
|
||||
|
||||
class PositionTest {
|
||||
@Test
|
||||
|
|
@ -35,5 +36,4 @@ class PositionTest {
|
|||
val position = Position(37.1, 121.1, 35)
|
||||
Assert.assertTrue(position.time != 0)
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue