@cryptotaxi247 / kubo / commits / fafbedb65

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

This commit was moved from ipfs/interface-go-ipfs-core@6ba366dd626d3b605a67d7ade24b3065bc4d9694 This commit was moved from ipfs/boxo@98cec339880e00290049245fc50acf6fc2874701

Cole Brown committed Aug 2, 2019 at 21:09 UTC fafbedb658bbc4e4f317c8c8395794f3617647ba
1 file changed +1 -1
core/coreiface/tests/key.go
+1 -1
@@ -147,7 +147,7 @@ func (tp *TestSuite) TestGenerateSize(t *testing.T) {
147 t.Fatal(err)
148 }
149
150 - k, err := api.Key().Generate(ctx, "foo", opt.Key.Size(1024))
150 + k, err := api.Key().Generate(ctx, "foo", opt.Key.Size(2048))
151 if err != nil {
152 t.Fatal(err)
153 return