mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-23 05:05:54 +00:00
@@ -23,12 +23,12 @@
|
||||
|
||||
using namespace RPCng;
|
||||
|
||||
class RPCHandlerTest : public NoLoggerFixture
|
||||
class RPCPingHandlerTest : public NoLoggerFixture
|
||||
{
|
||||
};
|
||||
|
||||
// example handler tests
|
||||
TEST_F(RPCHandlerTest, Ping)
|
||||
TEST_F(RPCPingHandlerTest, Default)
|
||||
{
|
||||
auto const handler = AnyHandler{PingHandler{}};
|
||||
auto const output = handler.process(boost::json::parse(R"({})"));
|
||||
|
||||
Reference in New Issue
Block a user