fix mock
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit

This commit is contained in:
2025-09-12 10:49:34 -05:00
parent b5fe6709d4
commit 8f0d8d7d6c

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));