Skip to content

Commit

Permalink
autogen(docs): generate and format documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jan 12, 2022
1 parent a570607 commit b8459a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion persistence/sql/testhelpers/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ package testhelpers

import (
"context"
"testing"

db "github.com/gofrs/uuid"

courier "github.com/ory/kratos/courier/test"
"github.com/ory/kratos/internal/testhelpers"
"github.com/ory/kratos/persistence"
"testing"
)

func DefaultNetworkWrapper(t *testing.T, ctx context.Context, p persistence.Persister) (courier.NetworkWrapper, courier.NetworkWrapper) {
Expand Down

0 comments on commit b8459a9

Please sign in to comment.