Skip to content

Commit e10ccec

Browse files
committed
party -c -t -d=vendor
1 parent 11d3133 commit e10ccec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pkg/pricing/basket_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"testing"
66
"time"
77

8-
. "github.com/smartystreets/goconvey/convey"
8+
. "github.com/scaleway/scaleway-cli/vendor/github.com/smartystreets/goconvey/convey"
99
)
1010

1111
func TestNewBasket(t *testing.T) {

pkg/pricing/pricing_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package pricing
33
import (
44
"testing"
55

6-
. "github.com/smartystreets/goconvey/convey"
6+
. "github.com/scaleway/scaleway-cli/vendor/github.com/smartystreets/goconvey/convey"
77
)
88

99
func TestGetByPath(t *testing.T) {

pkg/pricing/usage_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"testing"
66
"time"
77

8-
. "github.com/smartystreets/goconvey/convey"
8+
. "github.com/scaleway/scaleway-cli/vendor/github.com/smartystreets/goconvey/convey"
99
)
1010

1111
func TestNewUsageByPathWithQuantity(t *testing.T) {

0 commit comments

Comments
 (0)