This commit is contained in:
xmdhs 2023-09-14 13:57:28 +08:00
parent 97a749e597
commit 4ce2106c42
No known key found for this signature in database
GPG Key ID: E809D6D43DEFCC95

View File

@ -15,7 +15,7 @@ import (
) )
func TestAuthlibSign(t *testing.T) { func TestAuthlibSign(t *testing.T) {
rsa2048, err := rsa.GenerateKey(rand.Reader, 2048) rsa2048, err := rsa.GenerateKey(rand.Reader, 4096)
if err != nil { if err != nil {
t.Fatal(err) t.Fatal(err)
} }