Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaykorean committed Aug 28, 2024
1 parent b80379c commit 61a6211
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions db/compaction/compaction_service_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ class MyTestCompactionService : public CompactionService {
const auto& library = ObjectLibrary::Default();
library->AddFactory<CompactionFilter>(
PartialDeleteCompactionFilter::kClassName(),
[](const std::string& /*uri*/,
std::unique_ptr<rocksdb::CompactionFilter>*,
[](const std::string& /*uri*/, std::unique_ptr<CompactionFilter>*,
std::string* /* errmsg */) {
return new PartialDeleteCompactionFilter();
});
Expand Down

0 comments on commit 61a6211

Please sign in to comment.