mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-24 03:47:45 +08:00
Bump go-libp2p-core, up test key size to 2048
This commit was moved from ipfs/interface-go-ipfs-core@6ba366dd62 This commit was moved from ipfs/boxo@98cec33988
This commit is contained in:
parent
dc6ca5a77d
commit
fafbedb658
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user