We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1c507 commit 437020eCopy full SHA for 437020e
test/src/CanMsg/test_printTo.cpp
@@ -32,7 +32,7 @@ TEST_CASE ("Print CAN frame with standard ID", "[CanMsg-printTo-1]")
32
REQUIRE(mock._str == "[020] (2) : BEEF");
33
}
34
35
-TEST_CASE ("Print CAN frame with extended ID", "[CanMsg-printTo-1]")
+TEST_CASE ("Print CAN frame with extended ID", "[CanMsg-printTo-2]")
36
{
37
uint8_t const ext_msg_data[] = {0xDE, 0xAD, 0xC0, 0xDE};
38
CanMsg const ext_msg(CanExtendedId(0x20), sizeof(ext_msg_data), ext_msg_data);
0 commit comments