Skip to content

Commit

Permalink
Change minimum unit tests to reflect new version nr
Browse files Browse the repository at this point in the history
  • Loading branch information
D.R.racer authored and DRracer committed Jul 20, 2023
1 parent 77691e9 commit 4fa352b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/application/test_application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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]") {
Expand Down

0 comments on commit 4fa352b

Please sign in to comment.