Merge branch 'v2.1.0-rc-develop' of https://git.fifthgrid.com/blockstorage/repertory into v2.1.0-rc-develop
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit

This commit is contained in:
2025-09-12 11:55:33 -05:00
3 changed files with 28 additions and 1 deletions

View File

@@ -36,6 +36,8 @@ public:
MOCK_METHOD(bool, close, (), (override));
MOCK_METHOD(void, force_download, (), (override));
MOCK_METHOD(std::string, get_api_path, (), (const, override));
MOCK_METHOD(std::size_t, get_chunk_size, (), (const, override));