Unverified Commit 7c3f577d authored by bigs's avatar bigs Committed by GitHub

Merge pull request #54 from libp2p/feat/update-tests

Update to latest go-libp2p-core, update tests
parents 6d84e875 3097c808
This diff is collapsed.
......@@ -241,8 +241,8 @@ func testConnection(t *testing.T, clientTpt, serverTpt *Transport) {
// Run a set of sessions through the session setup and verification.
func TestConnections(t *testing.T) {
clientTpt := newTestTransport(t, ci.RSA, 1024)
serverTpt := newTestTransport(t, ci.Ed25519, 1024)
clientTpt := newTestTransport(t, ci.RSA, 2048)
serverTpt := newTestTransport(t, ci.Ed25519, 2048)
t.Logf("Using default session parameters.")
testConnection(t, clientTpt, serverTpt)
......
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