From 739c91c8548269352c53a94df8eaa6bca8a57a36 Mon Sep 17 00:00:00 2001
From: Tyler Neely <t@jujit.su>
Date: Mon, 15 Aug 2022 07:57:04 +0000
Subject: [PATCH] Add TODO to thrift transport test

---
 tests/unit/thrift_transport_echo.cpp | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tests/unit/thrift_transport_echo.cpp b/tests/unit/thrift_transport_echo.cpp
index dda0f9551..af8cd49c2 100644
--- a/tests/unit/thrift_transport_echo.cpp
+++ b/tests/unit/thrift_transport_echo.cpp
@@ -18,4 +18,7 @@
 
 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
+}