blob: 1c538c7d5054014024d1db5ed372fc45b56c966f [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));
}