From ede6281e0005da20a6d9372b0a09e102bf37e923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1nos=20Benjamin=20Antal?= Date: Thu, 19 Jan 2023 16:58:11 +0100 Subject: [PATCH] Fix unit tests --- tests/simulation/shard_rsm.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/simulation/shard_rsm.cpp b/tests/simulation/shard_rsm.cpp index 768217945..8a79cb23b 100644 --- a/tests/simulation/shard_rsm.cpp +++ b/tests/simulation/shard_rsm.cpp @@ -1,4 +1,4 @@ -// Copyright 2022 Memgraph Ltd. +// Copyright 2023 Memgraph Ltd. // // 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 @@ -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() == 3); + MG_ASSERT(elem.props.size() == 4); } } {