Unverified Commit 2b29f223 authored by Raúl Kripalani's avatar Raúl Kripalani Committed by GitHub

fix logging when using secp256k1 key in tests

Co-Authored-By: default avatarmarten-seemann <martenseemann@gmail.com>
parent 11bbc4e8
......@@ -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())
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment