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
+}