Missed one from last commit.

This commit is contained in:
Jeff Young 2022-03-05 20:45:18 +00:00
parent 6bd448882d
commit cdd3fd416e
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ BOOST_FIXTURE_TEST_CASE( DRCSolderMaskBridgingTest, DRC_REGRESSION_TEST_FIXTURE
bds.m_DRCEngine->RunTests( EDA_UNITS::MILLIMETRES, true, false );
if( violations.size() == 5 )
if( violations.size() == 7 )
{
BOOST_CHECK_EQUAL( 1, 1 ); // quiet "did not check any assertions" warning
BOOST_TEST_MESSAGE( "DRC solder mask bridge test passed" );