From 01bc96990c59a19fbaae02d6d047f98e69173665 Mon Sep 17 00:00:00 2001 From: Charlie Humphreys Date: Mon, 28 Nov 2022 15:58:51 -0600 Subject: [PATCH] remove extra line --- app/src/androidTest/java/org/mozilla/fenix/ui/NimbusEventTest.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/NimbusEventTest.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/NimbusEventTest.kt index 60834bd8c..974bd2364 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/ui/NimbusEventTest.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/ui/NimbusEventTest.kt @@ -42,7 +42,6 @@ class NimbusEventTest { @Before fun setUp() { mDevice = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation()) - mockWebServer = MockWebServer().apply { dispatcher = AndroidAssetDispatcher() start()