blob: 32ed2a6891ff48162ef33b16985f8f1f42285813 [file] [log] [blame]
#include "metric.hpp"
#include <gmock/gmock.h>
using namespace testing;
class TestMetric : public Test
{
public:
Metric sut = {};
};