blob: cf1a42e8ecd5e8eb76c7336859540dae9cf62e04 [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