mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: typo
This commit is contained in:
parent
e3f495e352
commit
85a5867d49
1 changed files with 2 additions and 2 deletions
|
|
@ -95,8 +95,8 @@ class NodeDBTest {
|
|||
assertEquals(nodes.values.first(), testNodeNoPosition)
|
||||
}
|
||||
|
||||
@Test // getNodeInto()
|
||||
fun testGetNodeInto() = runBlocking {
|
||||
@Test // getNodeInfo()
|
||||
fun testGetNodeInfo() = runBlocking {
|
||||
for (node in nodeInfoDao.getNodes().first()) {
|
||||
assertEquals(nodeInfoDao.getNodeInfo(node.num), node)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue