[fenix] Fix naming of generated exception

pull/600/head
Jan-Erik Rediger 2 years ago committed by Ryan VanderMeulen
parent d75e1d023d
commit a042569654

@ -12,7 +12,7 @@ import org.mozilla.experiments.nimbus.internal.NimbusException
class NimbusSetupKtTest {
@Test
fun `WHEN error is reportable THEN return true`() {
val error = NimbusException.IOException("bad error")
val error = NimbusException.IoException("bad error")
assertTrue(error.isReportableError())
}

Loading…
Cancel
Save