Skip to content

Commit

Permalink
remove cargo from names inside internal test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie Wigmore authored and ForestEckhardt committed Aug 23, 2021
1 parent 71d56e7 commit 6874e56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ import (
"github.com/sclevine/spec/report"
)

func TestUnitCargo(t *testing.T) {
func TestUnitInternal(t *testing.T) {
gomega.SetDefaultEventuallyTimeout(10 * time.Second)

suite := spec.New("cargo/jam/internal", spec.Report(report.Terminal{}))
suite := spec.New("jam/internal", spec.Report(report.Terminal{}))
suite("BuilderConfig", testBuilderConfig)
suite("BuildpackConfig", testBuildpackConfig)
suite("BuildpackInspector", testBuildpackInspector)
Expand Down

0 comments on commit 6874e56

Please sign in to comment.