winfsp unit tests and fixes

This commit is contained in:
Scott E. Graves 2024-11-07 12:36:24 -06:00
parent 19d4b0a247
commit 2f60890d29

View File

@ -97,7 +97,8 @@ public:
MOCK_METHOD(bool, is_write_supported, (), (const, override));
MOCK_METHOD(void, remove, (std::uint64_t handle), (override));
MOCK_METHOD(void, remove, (std::uint64_t handle, bool noQueue = false),
(override));
};
} // namespace repertory