diff --git a/app/src/test/java/com/geeksville/mesh/model/ChannelSetTest.kt b/app/src/test/java/com/geeksville/mesh/model/ChannelSetTest.kt index bf41360d8..aa3ba84c5 100644 --- a/app/src/test/java/com/geeksville/mesh/model/ChannelSetTest.kt +++ b/app/src/test/java/com/geeksville/mesh/model/ChannelSetTest.kt @@ -8,10 +8,10 @@ class ChannelSetTest { /** make sure we match the python and device code behavior */ @Test fun matchPython() { - val url = Uri.parse("https://www.meshtastic.org/d/#CgUYAyIBAQ") + val url = Uri.parse("https://www.meshtastic.org/d/#CgUYAiIBAQ") val cs = ChannelSet(url) - Assert.assertEquals("LongSlow", cs.primaryChannel!!.name, ) - Assert.assertEquals("#LongSlow-V", cs.primaryChannel!!.humanName, ) + Assert.assertEquals("LongFast", cs.primaryChannel!!.name, ) + Assert.assertEquals("#LongFast-I", cs.primaryChannel!!.humanName, ) Assert.assertEquals(url, cs.getChannelUrl(false)) } -} \ No newline at end of file +}