Updated unit tests to remove "reportAll" tests

This commit is contained in:
Angel Cascarino
2022-01-11 16:27:28 +00:00
parent 9863b37ead
commit 5fa86dabbb
2 changed files with 2 additions and 31 deletions

View File

@@ -46,7 +46,7 @@ void test_validate_report( void ) {
}
void test_reportid_in_use( void ) {
unsigned reportIdInUse = hidIsReportIdInUse();
unsigned reportIdInUse = hidAreReportIdsInUse();
TEST_ASSERT_EQUAL_UINT( 0, reportIdInUse );
}