Skip to content

Commit

Permalink
Update test code
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Dec 24, 2021
1 parent 2431c56 commit 2287327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/jwt/jwt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"reflect"
"testing"

"github.com/golang-jwt/jwt"
"github.com/dgrijalva/jwt-go"
)

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

0 comments on commit 2287327

Please sign in to comment.