blob: ef3ef7d2ef6dc2d301ba5e6d3bf7f26657adffb3 [file] [log] [blame]
#include "hwmon.hpp"
#include <gmock/gmock.h>
#include <gtest/gtest.h>
TEST(HwmonTest, InvalidType)
{
hwmon::Attributes attrs;
EXPECT_FALSE(hwmon::getAttributes("invalid", attrs));
}