Clarify QA message

This commit is contained in:
Seth Hillbrand 2022-11-01 13:08:09 -07:00
parent f80c150f13
commit 07ef5d3343
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ BOOST_AUTO_TEST_CASE( AllCorrect )
{
KICAD_T type = static_cast<KICAD_T>( i );
BOOST_CHECK_MESSAGE( IsTypeCorrect( type ), "Failed for " << type );
BOOST_CHECK_MESSAGE( IsTypeCorrect( type ), "Type " << type << " is not assigned to an application in typeinfo.h" );
}
}