Moves some of the stuff that was saved in Commons back to the desktop app because it is only used there

This commit is contained in:
Vitor Pamplona
2026-01-13 16:04:02 -05:00
parent 73fe985a65
commit 09d0f4425c
25 changed files with 57 additions and 58 deletions
@@ -44,7 +44,7 @@ class DesktopRelayConnectionManagerTest {
fun testRelayConnectionManagerInheritsFromBaseClass() {
val manager = DesktopRelayConnectionManager()
assertTrue(
manager is com.vitorpamplona.amethyst.commons.network.RelayConnectionManager,
manager is RelayConnectionManager,
"DesktopRelayConnectionManager should extend RelayConnectionManager",
)
}