blob: a9d3bc379f76e332da238473de53c37db404c67a [file] [log] [blame]
#include "remote_logging_tests.hpp"
namespace phosphor
{
namespace logging
{
namespace test
{
TEST_F(TestRemoteLogging, testGoodPort)
{
config->port(100);
EXPECT_EQ(config->port(), 100);
}
}// namespace test
}// namespace logging
}// namespace phosphor