Skip to content

Commit 28ac2be

Browse files
committed
Revert "Update FreeRTOS/Test/CMock/smp/multiple_priorities_no_timeslice_mock/covg_multiple_priorities_no_timeslice_mock_utest.c"
This reverts commit e342ac2.
1 parent 0d51d9e commit 28ac2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FreeRTOS/Test/CMock/smp/multiple_priorities_no_timeslice_mock/covg_multiple_priorities_no_timeslice_mock_utest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ void test_coverage_prvCreateIdleTasks_name_too_long( void )
11581158
xIdleTask = ( TCB_t * ) xIdleTaskHandles[ 0 ];
11591159

11601160
/* Test Verifications */
1161-
TEST_ASSERT_EQUAL_STRING_LEN( "IDLE long n",
1161+
TEST_ASSERT_EQUAL_STRING_LEN( "IDLE long 0",
11621162
xIdleTask->pcTaskName,
11631163
configMAX_TASK_NAME_LEN - 1 );
11641164

0 commit comments

Comments
 (0)