Skip to content

Commit

Permalink
test: add persister tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hperl committed Apr 11, 2023
1 parent a539007 commit 7bccac0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion selfservice/sessiontokenexchange/test/persistence.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

package test

import (
Expand Down Expand Up @@ -27,7 +30,7 @@ func newParams() testParams {
}
}

func TestPersister(ctx context.Context, conf *config.Config, p interface {
func TestPersister(ctx context.Context, _ *config.Config, p interface {
persistence.Persister
}) func(t *testing.T) {
return func(t *testing.T) {
Expand Down

0 comments on commit 7bccac0

Please sign in to comment.