From 3f27736e2dc2027131fcce99f421e54cdb98df38 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 17 Sep 2025 12:31:52 -0500 Subject: [PATCH] [unit test] Complete all providers unit tests #12 --- repertory/repertory_test/src/providers_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repertory/repertory_test/src/providers_test.cpp b/repertory/repertory_test/src/providers_test.cpp index 38ce8a42..6794ae10 100644 --- a/repertory/repertory_test/src/providers_test.cpp +++ b/repertory/repertory_test/src/providers_test.cpp @@ -175,7 +175,7 @@ const auto decrypt_parts = [](const repertory::app_config &cfg, }; const auto pinned_includes_api_path = - [&](const auto &pinned, const std::string &expected_path) -> bool { + [](const auto &pinned, const std::string &expected_path) -> bool { return std::ranges::any_of(pinned, [&expected_path](auto &&api_path) -> bool { return api_path == expected_path; });