We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f26c7 commit eecf805Copy full SHA for eecf805
1 file changed
integration/init_test.go
@@ -84,7 +84,7 @@ func TestIntegration(t *testing.T) {
84
Expect(err).ToNot(HaveOccurred())
85
}
86
87
- libpakBuildpackStore := occam.NewBuildpackStore().WithPackager(packagers.NewLibpak())
+ libpakBuildpackStore := occam.NewBuildpackStore().WithPackager(packagers.NewLibpakTools())
88
89
settings.Buildpacks.YarnStart.Online, err = buildpackStore.Get.
90
WithVersion("1.2.3").
0 commit comments