mirror of https://github.com/apache/maven.git
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:
parent
b81a59ba3a
commit
e4b2737236
|
@ -383,7 +383,7 @@ public class MavenEmbedderTest
|
|||
|
||||
Set artifacts = result.getProject().getArtifacts();
|
||||
|
||||
assertEquals( 2, artifacts.size() );
|
||||
assertEquals( 1, artifacts.size() );
|
||||
|
||||
artifacts.iterator().next();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue