Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Sep 7, 2022
1 parent 63b7303 commit 56d1286
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion driver/config/types_test.go
@@ -1,9 +1,10 @@
package config

import (
"testing"

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

func TestToAccessTokenStrategyType(t *testing.T) {
Expand Down
3 changes: 2 additions & 1 deletion internal/driver.go
Expand Up @@ -3,11 +3,12 @@ package internal
import (
"context"

"github.com/cockroachdb/cockroach-go/v2/testserver"
"strings"
"sync"
"testing"

"github.com/cockroachdb/cockroach-go/v2/testserver"

"github.com/ory/x/configx"

"github.com/stretchr/testify/require"
Expand Down
5 changes: 3 additions & 2 deletions persistence/sql/migratest/migration_test.go
Expand Up @@ -4,13 +4,14 @@ import (
"context"
"encoding/json"
"fmt"
"github.com/ory/hydra/internal"
"github.com/ory/x/contextx"
"os"
"path/filepath"
"testing"
"time"

"github.com/ory/hydra/internal"
"github.com/ory/x/contextx"

"github.com/bradleyjkemp/cupaloy/v2"
"github.com/fatih/structs"
"github.com/gofrs/uuid"
Expand Down

0 comments on commit 56d1286

Please sign in to comment.