Skip to content

Commit

Permalink
fix: use correct import paths in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
padamstx committed Mar 30, 2020
1 parent c1a2ea2 commit 4515113
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion globaltaggingv1/global_tagging_v1_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"github.com/joho/godotenv"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"github.ibm.com/ibmcloud/platform-services-go-sdk/globaltaggingv1"
"github.com/IBM/platform-services-go-sdk/globaltaggingv1"
"os"
"time"
)
Expand Down
2 changes: 1 addition & 1 deletion iamaccessgroupsv2/iam_access_groups_v2_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"github.com/joho/godotenv"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"github.ibm.com/ibmcloud/platform-services-go-sdk/iamaccessgroupsv2"
"github.com/IBM/platform-services-go-sdk/iamaccessgroupsv2"
"os"
)

Expand Down

0 comments on commit 4515113

Please sign in to comment.