8000 Fix wrong test case number. · arduino/ArduinoCore-API@437020e · GitHub
[go: up one dir, main page]

Skip to content

Commit 437020e

Browse files
committed
Fix wrong test case number.
1 parent ed1c507 commit 437020e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/CanMsg/test_printTo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ TEST_CASE ("Print CAN frame with standard ID", "[CanMsg-printTo-1]")
3232
REQUIRE(mock._str == "[020] (2) : BEEF");
3333
}
3434

35-
TEST_CASE ("Print CAN frame with extended ID", "[CanMsg-printTo-1]")
35+
TEST_CASE ("Print CAN frame with extended ID", "[CanMsg-printTo-2]")
3636
{
3737
uint8_t const ext_msg_data[] = {0xDE, 0xAD, 0xC0, 0xDE};
3838
CanMsg const ext_msg(CanExtendedId(0x20), sizeof(ext_msg_data), ext_msg_data);

0 commit comments

Comments
 (0)
0