summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCatherine Liang <cathliang@google.com>2023-11-03 09:45:17 +0800
committerCatherine Liang <cathliang@google.com>2023-11-08 19:05:53 +0000
commit86c300e721377fc4081a7f424e3b58cc422c5c15 (patch)
treefcc52f5816188796bde371d3a9400a80f6a0d336 /tests
parentf263efdb18f0144185c99ac63c415291b220ebe5 (diff)
downloadThemePicker-86c300e721377fc4081a7f424e3b58cc422c5c15.tar.gz
Fix color logging crash
Bug: 309005949 Test: manually tested different wallpaper & other color options Flag: NONE Change-Id: I511c78a12aec1c7544c75ad7c5034c1c7d739012
Diffstat (limited to 'tests')
-rw-r--r--tests/robotests/src/com/android/customization/model/picker/color/ui/viewmodel/ColorPickerViewModelTest.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/robotests/src/com/android/customization/model/picker/color/ui/viewmodel/ColorPickerViewModelTest.kt b/tests/robotests/src/com/android/customization/model/picker/color/ui/viewmodel/ColorPickerViewModelTest.kt
index c8412672..66175828 100644
--- a/tests/robotests/src/com/android/customization/model/picker/color/ui/viewmodel/ColorPickerViewModelTest.kt
+++ b/tests/robotests/src/com/android/customization/model/picker/color/ui/viewmodel/ColorPickerViewModelTest.kt
@@ -130,7 +130,7 @@ class ColorPickerViewModelTest {
repository.buildWallpaperOption(
ColorOptionsProvider.COLOR_SOURCE_LOCK,
Style.EXPRESSIVE,
- "#121212"
+ "121212"
)
),
listOf(repository.buildPresetOption(Style.FRUIT_SALAD, "#ABCDEF")),
@@ -161,7 +161,7 @@ class ColorPickerViewModelTest {
repository.buildWallpaperOption(
ColorOptionsProvider.COLOR_SOURCE_LOCK,
Style.EXPRESSIVE,
- "#121212"
+ "121212"
)
),
listOf(repository.buildPresetOption(Style.FRUIT_SALAD, "#ABCDEF")),