diff --git a/app-test/src/test/kotlin/org/bspeice/minimalbible/activity/downloader/manager/RefreshManagerSpek.kt b/app-test/src/test/kotlin/org/bspeice/minimalbible/activity/downloader/manager/RefreshManagerSpek.kt index 8f4a040..ab83cbb 100644 --- a/app-test/src/test/kotlin/org/bspeice/minimalbible/activity/downloader/manager/RefreshManagerSpek.kt +++ b/app-test/src/test/kotlin/org/bspeice/minimalbible/activity/downloader/manager/RefreshManagerSpek.kt @@ -37,7 +37,7 @@ class RefreshManagerSpek() : Spek() {{ on("creating a new RefreshManager and mock preferences") { val mockPrefs = buildMockPrefs() - val rM = buildRefreshmanager(listOf(installer, installer), mockPrefs) + buildRefreshmanager(listOf(installer, installer), mockPrefs) it("should not have updated the prefs as part of the constructor") { verify(mockPrefs, never())