From ba65c8976f54d4da2467074235a12f5be0bd5ebc Mon Sep 17 00:00:00 2001 From: "Douglas B. Rumbaugh" Date: Sun, 22 Dec 2024 15:12:13 -0500 Subject: Continued development --- tests/include/shard_standard.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/include/shard_standard.h') diff --git a/tests/include/shard_standard.h b/tests/include/shard_standard.h index de43edc..0b5ab00 100644 --- a/tests/include/shard_standard.h +++ b/tests/include/shard_standard.h @@ -77,7 +77,7 @@ START_TEST(t_shard_init) auto shard2 = new Shard(mbuffer2->get_buffer_view()); auto shard3 = new Shard(mbuffer3->get_buffer_view()); - std::vector shards = {shard1, shard2, shard3}; + std::vector shards = {shard1, shard2, shard3}; auto shard4 = new Shard(shards); ck_assert_int_eq(shard4->get_record_count(), n * 3); @@ -130,7 +130,7 @@ START_TEST(t_full_cancelation) ck_assert_int_eq(shard_ts->get_record_count(), n); ck_assert_int_eq(shard_ts->get_tombstone_count(), n); - std::vector shards = {shard, shard_ts}; + std::vector shards = {shard, shard_ts}; Shard* merged = new Shard(shards); -- cgit v1.2.3