From e762fd887073985743d7adc438aef8b9f8f263a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ante=20Pu=C5=A1i=C4=87?= Date: Sat, 3 Feb 2024 12:46:21 +0100 Subject: [PATCH] Update storage info test --- tests/unit/storage_v2_get_info.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/storage_v2_get_info.cpp b/tests/unit/storage_v2_get_info.cpp index c0f7e2dbc..d3073726d 100644 --- a/tests/unit/storage_v2_get_info.cpp +++ b/tests/unit/storage_v2_get_info.cpp @@ -146,6 +146,7 @@ TYPED_TEST(InfoTest, InfoCheck) { ASSERT_LT(info.disk_usage, 1000'000); ASSERT_EQ(info.label_indices, 1); ASSERT_EQ(info.label_property_indices, 1); + ASSERT_EQ(info.text_indices, 0); ASSERT_EQ(info.existence_constraints, 0); ASSERT_EQ(info.unique_constraints, 2); ASSERT_EQ(info.storage_mode, this->mode);