Skip to content

Commit

Permalink
Try to allow goconvey dot imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincantu committed Nov 2, 2023
1 parent 839a877 commit 87d8b31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/authlib/internal/providers/aws_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"net/http/httptest"
"testing"

. "github.com/smartystreets/goconvey/convey"
. "github.com/smartystreets/goconvey/convey" // revive:disable-line
)

func TestClient_AWSServiceRoleToken(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/authlib/internal/providers/azure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"net/http/httptest"
"testing"

. "github.com/smartystreets/goconvey/convey"
. "github.com/smartystreets/goconvey/convey" // revive:disable-line
)

func newValidAzureToken() string {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/lombric/lombric_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"testing"
"time"

. "github.com/smartystreets/goconvey/convey"
. "github.com/smartystreets/goconvey/convey" // revive:disable-line
"github.com/spf13/viper"
)

Expand Down

0 comments on commit 87d8b31

Please sign in to comment.