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()