blob: ef3ef7d2ef6dc2d301ba5e6d3bf7f26657adffb3 [file] [log] [blame]
Patrick Venture609fe982018-04-17 17:51:56 -07001#include "hwmon.hpp"
2
3#include <gmock/gmock.h>
4#include <gtest/gtest.h>
5
Patrick Venture043d3232018-08-31 10:10:53 -07006TEST(HwmonTest, InvalidType)
7{
Patrick Venture043d3232018-08-31 10:10:53 -07008 hwmon::Attributes attrs;
9 EXPECT_FALSE(hwmon::getAttributes("invalid", attrs));
Patrick Venture609fe982018-04-17 17:51:56 -070010}