From 6821cf370775a7990243ed72923b20534825cef4 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 6 Aug 2025 17:14:54 -0500 Subject: [PATCH] fix --- repertory/repertory_test/include/fixtures/winfsp_fixture.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repertory/repertory_test/include/fixtures/winfsp_fixture.hpp b/repertory/repertory_test/include/fixtures/winfsp_fixture.hpp index b5f82247..a64f1f8a 100644 --- a/repertory/repertory_test/include/fixtures/winfsp_fixture.hpp +++ b/repertory/repertory_test/include/fixtures/winfsp_fixture.hpp @@ -201,7 +201,7 @@ protected: "-dd", config->get_data_directory(), "-rm", - fmt::format("localhost:{}", remote_port), + fmt::format("localhost:{}", provider_t::remote_port), mount_location, }); }