Remove dead code in request_router simulation test

This commit is contained in:
Kostas Kyrimis 2022-12-01 17:38:24 +02:00
parent f1ea76a3d7
commit 2120645d6a

View File

@ -160,13 +160,6 @@ void TestScanVertices(query::v2::RequestRouterInterface &request_router) {
prop = result[1].GetProperty(msgs::PropertyId::FromUint(0));
MG_ASSERT(prop.int_v == 444);
}
// result = request_router.ScanVertices("test_label");
// {
// MG_ASSERT(result.size() == 1);
// auto prop = result[0].GetProperty(msgs::PropertyId::FromUint(0));
// MG_ASSERT(prop.int_v == 1);
// }
}
void TestCreateVertices(query::v2::RequestRouterInterface &request_router) {