Skip to content

Commit

Permalink
Merge pull request ipfs/interface-go-ipfs-core#39 from ipfs/feat/upda…
Browse files Browse the repository at this point in the history
…te-libp2p-core

Bump go-libp2p-core, up test key size to 2048

This commit was moved from ipfs/interface-go-ipfs-core@91cc546
  • Loading branch information
Stebalien authored Aug 3, 2019
2 parents 0c10c80 + 1ed783e commit 361023c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coreiface/tests/key.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func (tp *TestSuite) TestGenerateSize(t *testing.T) {
t.Fatal(err)
}

k, err := api.Key().Generate(ctx, "foo", opt.Key.Size(1024))
k, err := api.Key().Generate(ctx, "foo", opt.Key.Size(2048))
if err != nil {
t.Fatal(err)
return
Expand Down

0 comments on commit 361023c

Please sign in to comment.