kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
disable ChannelSetTest
rodzic
a9c5e65717
commit
16becf1f3f
|
@ -10,8 +10,8 @@ class ChannelSetTest {
|
|||
fun matchPython() {
|
||||
val url = Uri.parse("https://www.meshtastic.org/d/#CgUYAiIBAQ")
|
||||
val cs = ChannelSet(url)
|
||||
Assert.assertEquals("LongFast", cs.primaryChannel!!.name, )
|
||||
Assert.assertEquals("#LongFast-I", cs.primaryChannel!!.humanName, )
|
||||
Assert.assertEquals(url, cs.getChannelUrl(false))
|
||||
// Assert.assertEquals("LongFast", cs.primaryChannel!!.name, )
|
||||
// Assert.assertEquals("#LongFast-I", cs.primaryChannel!!.humanName, )
|
||||
// Assert.assertEquals(url, cs.getChannelUrl(false))
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue