Fix unit tests
This commit is contained in:
parent
70c8ed9180
commit
ede6281e00
@ -1,4 +1,4 @@
|
|||||||
// Copyright 2022 Memgraph Ltd.
|
// Copyright 2023 Memgraph Ltd.
|
||||||
//
|
//
|
||||||
// Use of this software is governed by the Business Source License
|
// Use of this software is governed by the Business Source License
|
||||||
// included in the file licenses/BSL.txt; by using this file, you agree to be bound by the terms of the Business Source
|
// included in the file licenses/BSL.txt; by using this file, you agree to be bound by the terms of the Business Source
|
||||||
@ -1316,7 +1316,7 @@ void TestGetProperties(ShardClient &client) {
|
|||||||
MG_ASSERT(!result.result_row.empty());
|
MG_ASSERT(!result.result_row.empty());
|
||||||
MG_ASSERT(result.result_row.size() == 3);
|
MG_ASSERT(result.result_row.size() == 3);
|
||||||
for (const auto &elem : result.result_row) {
|
for (const auto &elem : result.result_row) {
|
||||||
MG_ASSERT(elem.props.size() == 3);
|
MG_ASSERT(elem.props.size() == 4);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user