Skip to content

Commit

Permalink
Fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielThomas committed Apr 4, 2018
1 parent 2701c2b commit 77057dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class InfoJarManifestPluginLauncherSpec extends IntegrationSpec {
jarFile.exists()
Manifest manifest = new JarFile(jarFile).manifest
Attributes attributes = manifest.mainAttributes
attributes.getValue('Implementation-Title') == "com.netflix#changes-to-group-and-version-are-reflected;1.0"
attributes.getValue('Implementation-Title') == "com.netflix#changes-to-group-and-version-after-project-evaluation-are-reflected;1.0"
}

private void assertMainfestKeyExists(Attributes attributes, String key) {
Expand Down

0 comments on commit 77057dd

Please sign in to comment.