From 77057dd05dc2925ae616f164f5e99c1f8815e246 Mon Sep 17 00:00:00 2001 From: Danny Thomas Date: Wed, 4 Apr 2018 11:29:11 -0700 Subject: [PATCH] Fix test failure --- .../info/reporting/InfoJarManifestPluginLauncherSpec.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/groovy/nebula/plugin/info/reporting/InfoJarManifestPluginLauncherSpec.groovy b/src/test/groovy/nebula/plugin/info/reporting/InfoJarManifestPluginLauncherSpec.groovy index fd8189d..d3b9f09 100644 --- a/src/test/groovy/nebula/plugin/info/reporting/InfoJarManifestPluginLauncherSpec.groovy +++ b/src/test/groovy/nebula/plugin/info/reporting/InfoJarManifestPluginLauncherSpec.groovy @@ -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) {