Skip to content

Commit cf58338

Browse files
authored
fix: require import (#905)
1 parent dbf8671 commit cf58338

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/common/auth/auth_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
package auth
22

33
import (
4-
"github.com/stretchr/testify/assert"
54
"testing"
5+
6+
"github.com/stretchr/testify/require"
67
)
78

89
func TestIDTokenClaims_AsExpected(t *testing.T) {

0 commit comments

Comments
 (0)