updating settings item tests

This commit is contained in:
Adam Brown 2022-04-01 21:12:29 +01:00
parent 0cb307a56d
commit 9eae45c73a
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,8 @@ class SettingsItemFactoryTest {
aSettingHeaderItem("General"),
aSettingTextItem(SettingItem.Id.Encryption, "Encryption"),
aSettingTextItem(SettingItem.Id.EventLog, "Event log"),
aSettingHeaderItem("Data"),
aSettingTextItem(SettingItem.Id.ClearCache, "Clear cache"),
aSettingHeaderItem("Account"),
aSettingTextItem(SettingItem.Id.SignOut, "Sign out"),
aSettingHeaderItem("About"),

View File

@ -29,7 +29,6 @@ internal class SettingsViewModelTest {
private val runViewModelTest = ViewModelTest()
private val fakeCredentialsStore = FakeCredentialsStore()
private val fakeStoreCleaner = FakeStoreCleaner()
private val fakeContentResolver = FakeContentResolver()
private val fakeCryptoService = FakeCryptoService()