Skip to content

Commit

Permalink
fixing two typoed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo committed Jan 30, 2020
1 parent 027a7e2 commit e156c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions signer/signer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func TestSession_ECDSASignNSEC3(t *testing.T) {
CreateKeys: false,
NSEC3: true,
OptOut: false,
SignAlgorithm: "rsa",
SignAlgorithm: "ecdsa",
Key: key,
Label: rsaLabel,
},
Expand All @@ -192,7 +192,7 @@ func TestSession_ECDSASignNSEC3OptOut(t *testing.T) {
CreateKeys: false,
NSEC3: true,
OptOut: true,
SignAlgorithm: "rsa",
SignAlgorithm: "ecdsa",
Key: key,
Label: rsaLabel,
},
Expand Down

0 comments on commit e156c48

Please sign in to comment.