Skip to content

Commit 5b677a6

Browse files
authored
Merge pull request ipfs/interface-go-ipfs-core#39 from ipfs/feat/update-libp2p-core
Bump go-libp2p-core, up test key size to 2048 This commit was moved from ipfs/interface-go-ipfs-core@91cc546
2 parents 60f7fae + 98cec33 commit 5b677a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coreiface/tests/key.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ func (tp *TestSuite) TestGenerateSize(t *testing.T) {
147147
t.Fatal(err)
148148
}
149149

150-
k, err := api.Key().Generate(ctx, "foo", opt.Key.Size(1024))
150+
k, err := api.Key().Generate(ctx, "foo", opt.Key.Size(2048))
151151
if err != nil {
152152
t.Fatal(err)
153153
return

0 commit comments

Comments
 (0)