Skip to content

Commit

Permalink
fix imports after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlemmer committed Mar 20, 2023
1 parent d877539 commit 7a49693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/oidc/verifier_parse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
tu "github.com/zitadel/oidc/v2/internal/testutil"
"github.com/zitadel/oidc/v2/pkg/oidc"
tu "github.com/zitadel/oidc/v3/internal/testutil"
"github.com/zitadel/oidc/v3/pkg/oidc"
)

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

0 comments on commit 7a49693

Please sign in to comment.