Skip to content

Commit e5e59b3

Browse files
Moved to gomega v2
1 parent 81faacf commit e5e59b3

381 files changed

Lines changed: 428 additions & 411 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

plugin/client/softlayer_client_suite_test.go

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

6-
. "github.com/onsi/ginkgo"
6+
. "github.com/onsi/ginkgo/v2"
77
. "github.com/onsi/gomega"
88
)
99

plugin/client/softlayer_client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/IBM-Cloud/ibm-cloud-cli-sdk/bluemix/configuration/core_config"
99
bxmodel "github.com/IBM-Cloud/ibm-cloud-cli-sdk/bluemix/models"
1010
"github.com/IBM-Cloud/ibm-cloud-cli-sdk/plugin"
11-
. "github.com/onsi/ginkgo"
11+
. "github.com/onsi/ginkgo/v2"
1212
. "github.com/onsi/gomega"
1313
"github.ibm.com/SoftLayer/softlayer-cli/plugin/client"
1414
)

plugin/commands/account/account_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package account_test
22

33
import (
44
"github.com/IBM-Cloud/ibm-cloud-cli-sdk/testhelpers/terminal"
5-
. "github.com/onsi/ginkgo"
5+
. "github.com/onsi/ginkgo/v2"
66
. "github.com/onsi/gomega"
77
"github.ibm.com/SoftLayer/softlayer-cli/plugin/commands/account"
88
"github.ibm.com/SoftLayer/softlayer-cli/plugin/metadata"

plugin/commands/account/billing-items_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package account_test
22

33
import (
44
"github.com/IBM-Cloud/ibm-cloud-cli-sdk/testhelpers/terminal"
5-
. "github.com/onsi/ginkgo"
5+
. "github.com/onsi/ginkgo/v2"
66
. "github.com/onsi/gomega"
77
"github.com/softlayer/softlayer-go/session"
88

plugin/commands/account/cancel-item_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"errors"
55

66
"github.com/IBM-Cloud/ibm-cloud-cli-sdk/testhelpers/terminal"
7-
. "github.com/onsi/ginkgo"
7+
. "github.com/onsi/ginkgo/v2"
88
. "github.com/onsi/gomega"
99

1010
"github.com/softlayer/softlayer-go/session"

plugin/commands/account/event-detail_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package account_test
22

33
import (
44
"github.com/IBM-Cloud/ibm-cloud-cli-sdk/testhelpers/terminal"
5-
. "github.com/onsi/ginkgo"
5+
. "github.com/onsi/ginkgo/v2"
66
. "github.com/onsi/gomega"
77
"github.com/softlayer/softlayer-go/session"
88

plugin/commands/account/events_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package account_test
22

33
import (
44
"github.com/IBM-Cloud/ibm-cloud-cli-sdk/testhelpers/terminal"
5-
. "github.com/onsi/ginkgo"
5+
. "github.com/onsi/ginkgo/v2"
66
. "github.com/onsi/gomega"
77
"github.com/softlayer/softlayer-go/session"
88

plugin/commands/account/hook_create_test.go

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

77
"github.com/IBM-Cloud/ibm-cloud-cli-sdk/testhelpers/terminal"
8-
. "github.com/onsi/ginkgo"
8+
. "github.com/onsi/ginkgo/v2"
99
. "github.com/onsi/gomega"
1010

1111
"github.com/softlayer/softlayer-go/datatypes"

plugin/commands/account/hook_delete_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"errors"
55

66
"github.com/IBM-Cloud/ibm-cloud-cli-sdk/testhelpers/terminal"
7-
. "github.com/onsi/ginkgo"
7+
. "github.com/onsi/ginkgo/v2"
88
. "github.com/onsi/gomega"
99

1010
"github.com/softlayer/softlayer-go/session"

plugin/commands/account/hooks_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"errors"
55

66
"github.com/IBM-Cloud/ibm-cloud-cli-sdk/testhelpers/terminal"
7-
. "github.com/onsi/ginkgo"
7+
. "github.com/onsi/ginkgo/v2"
88
. "github.com/onsi/gomega"
99

1010
"github.com/softlayer/softlayer-go/datatypes"

0 commit comments

Comments
 (0)