diff options
Diffstat (limited to 'src/zenstore/filecas.cpp')
| -rw-r--r-- | src/zenstore/filecas.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zenstore/filecas.cpp b/src/zenstore/filecas.cpp index 2b64bd202..88b847c51 100644 --- a/src/zenstore/filecas.cpp +++ b/src/zenstore/filecas.cpp @@ -1417,7 +1417,7 @@ TEST_CASE("cas.file.gc") { InsertChunks(); - GcContext Ctx(GcClock::Now() - std::chrono::hours(24)); + GcContext Ctx(GcClock::Now() - std::chrono::hours(24), GcClock::Now() - std::chrono::hours(24)); FileCas.CollectGarbage(Ctx); for (const IoHash& Key : Keys) @@ -1433,7 +1433,7 @@ TEST_CASE("cas.file.gc") { InsertChunks(); - GcContext Ctx(GcClock::Now() - std::chrono::hours(24)); + GcContext Ctx(GcClock::Now() - std::chrono::hours(24), GcClock::Now() - std::chrono::hours(24)); for (const IoHash& Key : Keys) { |