Reversed renaming function to avoid upversioning
This commit is contained in:
@@ -59,7 +59,7 @@ void test_validate_report( void ) {
|
||||
}
|
||||
|
||||
void test_reportid_in_use( void ) {
|
||||
unsigned reportIdInUse = hidAreReportIdsInUse();
|
||||
unsigned reportIdInUse = hidIsReportIdInUse();
|
||||
TEST_ASSERT_EQUAL_UINT( 1, reportIdInUse );
|
||||
}
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ void test_validate_report( void ) {
|
||||
}
|
||||
|
||||
void test_reportid_in_use( void ) {
|
||||
unsigned reportIdInUse = hidAreReportIdsInUse();
|
||||
unsigned reportIdInUse = hidIsReportIdInUse();
|
||||
TEST_ASSERT_EQUAL_UINT( 0, reportIdInUse );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user