[unit test] Complete all providers unit tests #12
Some checks failed
Blockstorage/repertory/pipeline/head There was a failure building this commit
BlockStorage/repertory/pipeline/head There was a failure building this commit

This commit is contained in:
2025-09-17 10:54:01 -05:00
parent 9875701f96
commit 2d43f84112

View File

@@ -1155,7 +1155,7 @@ static void get_pinned_files(i_provider &provider) {
EXPECT_EQ(api_error::success,
provider.set_item_meta("/nopin01.txt", META_PINNED, "false"));
auto pinned = provider.get_pinned_files(pinned);
auto pinned = provider.get_pinned_files();
EXPECT_EQ(std::size_t(2U), pinned.size());
const auto has_path = [&](std::string_view path) {