Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrekir committed Mar 26, 2024
1 parent e3f495e commit 85a5867
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 85a5867

Please sign in to comment.