Skip to content

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 c6c1a34 commit afcc2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/security/tls/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 afcc2e4

Please sign in to comment.