From 9188b154d6e015f961b173b89427ab7e7e1571ba Mon Sep 17 00:00:00 2001 From: Pravdyvy Date: Tue, 30 Jun 2026 16:13:02 +0300 Subject: [PATCH] fix: test fix --- tests/test_lez_core.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_lez_core.cpp b/tests/test_lez_core.cpp index a463d39..de812db 100644 --- a/tests/test_lez_core.cpp +++ b/tests/test_lez_core.cpp @@ -28,8 +28,8 @@ static nlohmann::json parseObject(const std::string& json) { LOGOS_TEST(name_and_version) { LEZCoreModule module; - LOGOS_ASSERT_EQ(module.name(), std::string("logos_execution_zone")); - LOGOS_ASSERT_EQ(module.version(), std::string("1.0.0")); + LOGOS_ASSERT_EQ(module.name(), std::string("lez_core")); + LOGOS_ASSERT_EQ(module.version(), std::string("0.2.0")); } // ============================================================================