Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Hale <bhale@pivotal.io>
  • Loading branch information
nebhale committed Dec 10, 2018
1 parent 59ae6a9 commit 1b7ce32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jre/jre_test.go
Expand Up @@ -73,7 +73,7 @@ func TestJRE(t *testing.T) {
g.Expect(layer).To(test.HaveOverrideSharedEnvironment("JAVA_HOME", layer.Root))
})

it.Focus("contributes JRE to launch", func() {
it("contributes JRE to launch", func() {
f.AddDependency(jre.Dependency, filepath.Join("testdata", "stub-openjdk-jre.tar.gz"))
f.AddBuildPlan(jre.Dependency, buildplan.Dependency{
Metadata: buildplan.Metadata{jre.LaunchContribution: true},
Expand Down

0 comments on commit 1b7ce32

Please sign in to comment.