Skip to content

Commit eecf805

Browse files
authored
Update init_test.go (#688)
1 parent 19f26c7 commit eecf805

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration/init_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func TestIntegration(t *testing.T) {
8484
Expect(err).ToNot(HaveOccurred())
8585
}
8686

87-
libpakBuildpackStore := occam.NewBuildpackStore().WithPackager(packagers.NewLibpak())
87+
libpakBuildpackStore := occam.NewBuildpackStore().WithPackager(packagers.NewLibpakTools())
8888

8989
settings.Buildpacks.YarnStart.Online, err = buildpackStore.Get.
9090
WithVersion("1.2.3").

0 commit comments

Comments
 (0)