From 66780e10abf604e7659769a03d4e8866b19c5d61 Mon Sep 17 00:00:00 2001 From: "D.R.racer" Date: Thu, 13 Jul 2023 16:34:57 +0200 Subject: [PATCH] Change minimum unit tests to reflect new version nr --- tests/unit/application/test_application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/application/test_application.cpp b/tests/unit/application/test_application.cpp index 0576330..6192423 100644 --- a/tests/unit/application/test_application.cpp +++ b/tests/unit/application/test_application.cpp @@ -10,7 +10,7 @@ TEST_CASE("application::ReportVersion", "[application]") { application.ReportReadRegister(mp::RequestMsg(mp::RequestMsgCodes::Version, 0)); - REQUIRE(modules::serial::tx == "S0 A2*37\n"); + REQUIRE(modules::serial::tx == "S0 A3*22\n"); } TEST_CASE("application::WriteRegister", "[application]") {