Fix simulation test

This commit is contained in:
János Benjamin Antal 2023-01-24 17:24:10 +01:00
parent e7f10ec8f4
commit e2a1029120

View File

@ -1305,7 +1305,7 @@ void TestGetProperties(ShardClient &client) {
MG_ASSERT(!result.error);
MG_ASSERT(result.result_row.size() == 2);
for (const auto &elem : result.result_row) {
MG_ASSERT(elem.props.size() == 3);
MG_ASSERT(elem.props.size() == 4);
}
}
{
@ -1316,7 +1316,7 @@ void TestGetProperties(ShardClient &client) {
MG_ASSERT(!result.result_row.empty());
MG_ASSERT(result.result_row.size() == 3);
for (const auto &elem : result.result_row) {
MG_ASSERT(elem.props.size() == 4);
MG_ASSERT(elem.props.size() == 3);
}
}
{