Skip to content

Commit

Permalink
fix plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea committed Mar 13, 2021
1 parent 2dd4ca7 commit 59b1beb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ class PublishedPomInformationSpec extends Specification {

private static void assertContainsContacts(GPathResult pom) {
assert pom.developers.developer.size() > 0
assert pom.developers.developer[0].id.text() == 'Justin Ryan'
assert pom.developers.developer[1].id.text() == 'OdysseusLives'
assert pom.developers.developer[0].id.text() == 'nebula-plugins'
}

private static void assertContainsDependencies(GPathResult pom) {
Expand Down

0 comments on commit 59b1beb

Please sign in to comment.