Skip to content

Commit

Permalink
use proper package name
Browse files Browse the repository at this point in the history
  • Loading branch information
coffee-cup committed Aug 27, 2021
1 parent d2c59f0 commit 339c696
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ import (
"testing"
"time"

noderunscript "github.com/paketo-buildpacks/node-run-script"
"github.com/paketo-buildpacks/node-run-script/fakes"
"github.com/paketo-buildpacks/packit"
"github.com/paketo-buildpacks/packit/chronos"
"github.com/paketo-buildpacks/packit/pexec"
"github.com/paketo-buildpacks/packit/scribe"
noderunscript "github.com/railwayapp/node-run-script"
"github.com/railwayapp/node-run-script/fakes"
"github.com/sclevine/spec"

. "github.com/onsi/gomega"
Expand Down
4 changes: 2 additions & 2 deletions detect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import (
"path/filepath"
"testing"

noderunscript "github.com/paketo-buildpacks/node-run-script"
"github.com/paketo-buildpacks/node-run-script/fakes"
"github.com/paketo-buildpacks/packit"
noderunscript "github.com/railwayapp/node-run-script"
"github.com/railwayapp/node-run-script/fakes"
"github.com/sclevine/spec"

. "github.com/onsi/gomega"
Expand Down
2 changes: 1 addition & 1 deletion script_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"path/filepath"
"testing"

noderunscript "github.com/paketo-buildpacks/node-run-script"
noderunscript "github.com/railwayapp/node-run-script"

. "github.com/onsi/gomega"
"github.com/sclevine/spec"
Expand Down

0 comments on commit 339c696

Please sign in to comment.