Skip to content
Snippets Groups Projects
Unverified Commit 88c0bf14 authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

removeFact test bit size too low

parent f60662b3
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ func TestRemoveFact(t *testing.T) { ...@@ -49,7 +49,7 @@ func TestRemoveFact(t *testing.T) {
} }
rng := csprng.NewSystemRNG() rng := csprng.NewSystemRNG()
cpk, err := rsa.GenerateKey(rng, 256) cpk, err := rsa.GenerateKey(rng, 2048)
if err != nil { if err != nil {
t.Fatal(err) t.Fatal(err)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment