Files
memgraph/tests/integration/memgraph_bolt.cpp
2016-08-02 15:41:53 +01:00

8 lines
145 B
C++

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