Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 437020e

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /