Skip to content

Commit

Permalink
fix: require import (#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
FoseFx authored Dec 12, 2024
1 parent dbf8671 commit cf58338
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/common/auth/auth_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package auth

import (
"github.com/stretchr/testify/assert"
"testing"

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

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

0 comments on commit cf58338

Please sign in to comment.