Fix missing parameter in CADSTAR test

This commit is contained in:
Seth Hillbrand 2023-01-10 16:48:07 -08:00
parent 6cd750bb9c
commit 1c90eeaa5a
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ BOOST_AUTO_TEST_CASE( AppendToChain )
return { x, y };
};
c.m_VertexToAppend.AppendToChain( &chain, transformCoord );
c.m_VertexToAppend.AppendToChain( &chain, transformCoord, SCH_IU_PER_MM * 0.01 );
BOX2I expBoxTransformed;
expBoxTransformed.SetOrigin( transformCoord( c.m_ExpBBox.GetPosition() ) );