Merge branch 'T1214-MG-implement-expand-with-multiframe' into T1223-MG-implement-filter-with-multiframe

This commit is contained in:
János Benjamin Antal 2023-01-24 17:25:30 +01:00
commit 7972b3af43

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);
}
}
{