How I should I unit test jwts

I’m currently unit testing my project, but I’m stumped about how I should unit test JWTs from the jwt-go pkg. Should I just use one test-case that checks for any errors or handle each error as its own test-case?