Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
fix logging when using secp256k1 key in tests
Browse files Browse the repository at this point in the history
Co-Authored-By: marten-seemann <[email protected]>
  • Loading branch information
raulk and marten-seemann authored Mar 11, 2019
1 parent 11bbc4e commit 2b29f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transport_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var _ = Describe("Transport", func() {
fmt.Fprintf(GinkgoWriter, " using an Ed25519 key: ")
priv, _, err = ci.GenerateEd25519Key(rand.Reader)
case 3:
fmt.Fprintf(GinkgoWriter, " using an Ed25519 key: ")
fmt.Fprintf(GinkgoWriter, " using an secp256k1 key: ")
priv, _, err = ci.GenerateSecp256k1Key(rand.Reader)
}
Expect(err).ToNot(HaveOccurred())
Expand Down

0 comments on commit 2b29f22

Please sign in to comment.