summaryrefslogtreecommitdiff
path: root/test/style/conversion/layer.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/style/conversion/layer.test.cpp')
-rw-r--r--test/style/conversion/layer.test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/style/conversion/layer.test.cpp b/test/style/conversion/layer.test.cpp
index 33cd329999..5003023545 100644
--- a/test/style/conversion/layer.test.cpp
+++ b/test/style/conversion/layer.test.cpp
@@ -27,7 +27,7 @@ TEST(StyleConversion, LayerTransition) {
})JSON");
ASSERT_EQ(400ms, *layer->as<BackgroundLayer>()->impl().paint
- .get<BackgroundColor>().options.duration);
+ .backgroundColor.options.duration);
ASSERT_EQ(500ms, *layer->as<BackgroundLayer>()->impl().paint
- .get<BackgroundColor>().options.delay);
+ .backgroundColor.options.delay);
}