#include "catch2/catch.hpp"
#include "protocol.h"
using Catch::Matchers::Equals;
TEST_CASE("protocol::1", "[protocol]") {
CHECK(true);
}