diff options
| author | Dan Engelbrecht <[email protected]> | 2022-03-15 13:15:27 +0100 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-03-31 11:28:32 +0200 |
| commit | 9082df7cc729af9d0c75f1ed4241b687ac9b9cf3 (patch) | |
| tree | 71f239cec6c2433d64b04c20bb82817efae993e6 /zenstore/gc.cpp | |
| parent | Remove obsolete references (diff) | |
| download | zen-9082df7cc729af9d0c75f1ed4241b687ac9b9cf3.tar.xz zen-9082df7cc729af9d0c75f1ed4241b687ac9b9cf3.zip | |
cleanup
Diffstat (limited to 'zenstore/gc.cpp')
| -rw-r--r-- | zenstore/gc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenstore/gc.cpp b/zenstore/gc.cpp index 8a9fceb65..853f2a3db 100644 --- a/zenstore/gc.cpp +++ b/zenstore/gc.cpp @@ -617,7 +617,7 @@ TEST_CASE("gc.basic") CHECK(!CidStore.ContainsChunk(InsertResult.DecompressedId)); } -TEST_CASE("gc.compact") +TEST_CASE("gc.full") { ScopedTemporaryDirectory TempDir; |