fix
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Scott E. Graves 2024-10-31 16:51:27 -05:00
parent 7d9db55d5d
commit c760b7328b

View File

@ -234,7 +234,7 @@ template <typename provider_t>
std::filesystem::path fuse_test<provider_t>::current_directory{}; std::filesystem::path fuse_test<provider_t>::current_directory{};
template <typename provider_t> template <typename provider_t>
provider_type winfsp_test<provider_t>::current_provider{provider_t::type}; provider_type fuse_test<provider_t>::current_provider{provider_t::type};
template <typename provider_t> template <typename provider_t>
std::unique_ptr<fuse_drive> fuse_test<provider_t>::drive{}; std::unique_ptr<fuse_drive> fuse_test<provider_t>::drive{};