[MNG-7045] Align test project name with rest

This commit is contained in:
Michael Osipov 2021-12-25 19:50:18 +01:00
parent 625fd590c0
commit 864723989e
2 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ public class MavenITmng7045DropUselessAndOutdatedCdiApiTest
public void testShouldNotLeakCdiApi()
throws IOException, VerificationException
{
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng7045" );
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-7045" );
Verifier verifier = newVerifier( testDir.getAbsolutePath()) ;
verifier.executeGoal( "process-classes" );