memgraph/tests/integration/memgraph_bolt.cpp

8 lines
145 B
C++

#include "utils/assert.hpp"
auto main() -> int
{
permanent_assert(false, "TODO: implement memgraph bolt integration test");
return 0;
}