removing more warnings

This commit is contained in:
Vitor Pamplona
2026-03-28 14:24:13 -04:00
parent e8ba9a2d2f
commit cfa59dab01
11 changed files with 23 additions and 140 deletions
@@ -39,13 +39,4 @@ class DesktopRelayConnectionManagerTest {
assertTrue(connectedRelays.isEmpty(), "Should have no connected relays on initialization")
assertTrue(availableRelays.isEmpty(), "Should have no available relays on initialization")
}
@Test
fun testRelayConnectionManagerInheritsFromBaseClass() {
val manager = DesktopRelayConnectionManager()
assertTrue(
manager is RelayConnectionManager,
"DesktopRelayConnectionManager should extend RelayConnectionManager",
)
}
}