Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
alnr committed Jan 9, 2024
1 parent 8a9df3d commit 9b3833f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jwk/sdk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ import (
"net/http/httptest"
"testing"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

hydra "github.com/ory/hydra-client-go/v2"
"github.com/ory/hydra/v2/driver/config"
"github.com/ory/hydra/v2/internal"
. "github.com/ory/hydra/v2/jwk"
"github.com/ory/hydra/v2/x"
"github.com/ory/x/contextx"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

. "github.com/ory/hydra/v2/jwk"
)

func TestJWKSDK(t *testing.T) {
Expand Down

0 comments on commit 9b3833f

Please sign in to comment.