Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Feb 21, 2022
1 parent 6cca807 commit 2666e05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions selfservice/flow/settings/sort.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package settings

import (
"context"

"github.com/ory/kratos/ui/node"
)

Expand Down
6 changes: 4 additions & 2 deletions selfservice/flow/settings/strategy_helper_test.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
package settings

import (
"testing"

"github.com/stretchr/testify/require"

"github.com/ory/kratos/identity"
"github.com/ory/kratos/x"
"github.com/stretchr/testify/require"
"testing"
)

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

0 comments on commit 2666e05

Please sign in to comment.