fmt: codestyle

This commit is contained in:
jamesread 2023-10-05 00:21:02 +01:00
parent 020281c1e6
commit e1930c0899
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ func testBase(t *testing.T, expire int64, expectCode int) {
}
func TestJWTSignatureVerificationSucceeds(t *testing.T) {
//testBase(t, 1000, 200)
// testBase(t, 1000, 200)
}
func TestJWTSignatureVerificationFails(t *testing.T) {