From 257f94830d5e8c14f977c56d646dd9dcba476e75 Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Mon, 19 Sep 2022 20:52:30 +0100 Subject: [PATCH] fixing test compilation error --- .../test/kotlin/app/dapk/st/settings/SettingsItemFactoryTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/settings/src/test/kotlin/app/dapk/st/settings/SettingsItemFactoryTest.kt b/features/settings/src/test/kotlin/app/dapk/st/settings/SettingsItemFactoryTest.kt index ab631c4..b34c362 100644 --- a/features/settings/src/test/kotlin/app/dapk/st/settings/SettingsItemFactoryTest.kt +++ b/features/settings/src/test/kotlin/app/dapk/st/settings/SettingsItemFactoryTest.kt @@ -18,7 +18,7 @@ private const val ENABLED_MATERIAL_YOU = true class SettingsItemFactoryTest { - private val buildMeta = BuildMeta(versionName = "a-version-name", versionCode = 100) + private val buildMeta = BuildMeta(versionName = "a-version-name", versionCode = 100, isDebug = false) private val deviceMeta = DeviceMeta(apiVersion = 31) private val fakePushTokenRegistrars = FakePushRegistrars() private val fakeThemeStore = FakeThemeStore()