psecio / jwt

A JWT (JSON Web Token) Encoder & Decoder
110 stars 13 forks source link

Fix errant Claim test #1

Closed jcarouth closed 10 years ago

jcarouth commented 10 years ago

The test in the ClaimTest test case was supposed to be testing that the Claim object's value is set correctly. However, it was testing that the ClaimTest $value property was equal to a literal string value.

enygma commented 10 years ago

Oops, thanks for the fix!