summaryrefslogtreecommitdiff
path: root/test/api/zoom_history.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/api/zoom_history.cpp')
-rw-r--r--test/api/zoom_history.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/api/zoom_history.cpp b/test/api/zoom_history.cpp
index 1b1159bf52..df9b6ff2a3 100644
--- a/test/api/zoom_history.cpp
+++ b/test/api/zoom_history.cpp
@@ -30,7 +30,7 @@ TEST(API, ZoomHistory) {
HeadlessFrontend frontend { pixelRatio, fileSource, threadPool };
auto map = std::make_unique<Map>(frontend, MapObserver::nullObserver(), frontend.getSize(),
- pixelRatio, fileSource, threadPool, MapMode::Still);
+ pixelRatio, fileSource, threadPool, MapMode::Static);
EXPECT_TRUE(map);