Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Дмитрий Седых committed Sep 24, 2016
1 parent 23f91f6 commit 64673bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func TestVerifyJWT(t *testing.T) {
}
}

func TestJWTClient(t *testing.T) {
func TestClientJWT(t *testing.T) {
teamID, keyID, filename := "W23G28NPJW", "67XV3VSJ95", "APNSAuthKey_67XV3VSJ95.p8"
pt, err := NewProviderToken(teamID, keyID)
if err != nil {
Expand Down

0 comments on commit 64673bd

Please sign in to comment.