diff --git a/test/end_to_end/basic_SUITE.erl b/test/end_to_end/basic_SUITE.erl index 14949c4..ca6f2d4 100644 --- a/test/end_to_end/basic_SUITE.erl +++ b/test/end_to_end/basic_SUITE.erl @@ -155,7 +155,7 @@ journal_compaction(_Config) -> testutil:wait_for_compaction(Bookie1), % Start snapshot - should not stop deletions {ok, - {PclClone, _LdgCache}, + PclClone, InkClone} = leveled_bookie:book_snapshotstore(Bookie1, self(), 300000),