Change minimum unit tests to reflect new version nr

pull/285/head v3.0.0
D.R.racer 2023-07-13 16:34:57 +02:00 committed by DRracer
parent 77691e93fb
commit 4fa352b4fa
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]") {