Skip to content

Commit 2287327

Browse files
committed
Update test code
1 parent 2431c56 commit 2287327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/jwt/jwt_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"reflect"
55
"testing"
66

7-
"github.com/golang-jwt/jwt"
7+
"github.com/dgrijalva/jwt-go"
88
)
99

1010
func TestJWTencode(t *testing.T) {

0 commit comments

Comments
 (0)