mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-06-09 14:35:27 -04:00
refactor: remove channel disambiguation suffix
This commit is contained in:
@@ -11,7 +11,6 @@ class ChannelSetTest {
|
||||
val url = Uri.parse("https://meshtastic.org/e/#CgMSAQESBggBQANIAQ")
|
||||
val cs = url.toChannelSet()
|
||||
Assert.assertEquals("LongFast", cs.primaryChannel!!.name)
|
||||
Assert.assertEquals("#LongFast-I", cs.primaryChannel!!.humanName)
|
||||
Assert.assertEquals(url, cs.getChannelUrl(false))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user