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:
+1
-1
@@ -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",
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user