summaryrefslogtreecommitdiff
path: root/test/map/map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/map/map.cpp')
-rw-r--r--test/map/map.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/map/map.cpp b/test/map/map.cpp
index 2c5756b156..4ee44ca613 100644
--- a/test/map/map.cpp
+++ b/test/map/map.cpp
@@ -22,7 +22,7 @@ TEST(Map, Offline) {
auto expiredItem = [] (const std::string& path) {
Response response;
response.data = std::make_shared<std::string>(util::read_file("test/fixtures/map/offline/"s + path));
- response.expires = SystemClock::from_time_t(0);
+ response.expires = Timestamp{ Seconds(0) };
return response;
};