Change minimum unit tests to reflect new version nr

pull/281/head
D.R.racer 2023-07-13 16:34:57 +02:00
parent c0ed967b8d
commit 66780e10ab
1 changed files with 1 additions and 1 deletions

View File

@ -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]") {