Add TODO to thrift transport test

This commit is contained in:
Tyler Neely
2022-08-15 07:57:04 +00:00
parent bcb43a0234
commit 739c91c854

View File

@@ -18,4 +18,7 @@
using namespace memgraph::io; using namespace memgraph::io;
TEST(ThriftTransport, Echo) {} TEST(ThriftTransport, Echo) {
// TODO(tyler and gabor) use thrift-generated echo, and thrift transport, to send, reply, and receive the response for
// a thrift-defined message
}