mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-14 03:46:25 -04:00
fix: typo
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user