blob: f6390fcbbc16a45464ebbf768c81054e87cb4ea6 [file] [log] [blame]
#pragma once
#include "binarystore_mock.hpp"
#include "handler.hpp"
#include <gtest/gtest.h>
namespace blobs
{
class BinaryStoreBlobHandlerTest : public ::testing::Test
{
protected:
BinaryStoreBlobHandlerTest() = default;
BinaryStoreBlobHandler handler;
};
} // namespace blobs