Skip to content

Commit

Permalink
Updated config folder to ginkgo v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Meddick committed Apr 14, 2022
1 parent fea933f commit 8d049c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

. "github.com/EngineerBetter/control-tower/config"
"github.com/EngineerBetter/control-tower/iaas"
. "github.com/onsi/ginkgo"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)

Expand Down
2 changes: 1 addition & 1 deletion config/config_suite_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package config_test

import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"

"testing"
Expand Down

0 comments on commit 8d049c8

Please sign in to comment.