o Fixed test assertion (there's really just one dependency without transitive ones in the test POM)

git-svn-id: https://svn.apache.org/repos/asf/maven/components/branches/MNG-2766@775297 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-05-15 19:32:26 +00:00
parent b81a59ba3a
commit e4b2737236
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ public class MavenEmbedderTest
Set artifacts = result.getProject().getArtifacts();
assertEquals( 2, artifacts.size() );
assertEquals( 1, artifacts.size() );
artifacts.iterator().next();
}