提交 6cec0b16 作者: Steven Allen

fix ed25519 test(s)

License: MIT
Signed-off-by: 's avatarSteven Allen <steven@stebalien.com>
上级 9dcec2b3
......@@ -127,6 +127,8 @@ func TestGenerateSize(t *testing.T) {
func TestGenerateType(t *testing.T) {
ctx := context.Background()
t.Skip("disabled until libp2p/specs#111 is fixed")
_, api, err := makeAPI(ctx)
if err != nil {
t.Error(err)
......
......@@ -108,5 +108,5 @@ func TestRSAPublisher(t *testing.T) {
}
func TestEd22519Publisher(t *testing.T) {
testNamekeyPublisher(t, ci.Ed25519, ds.ErrNotFound, false)
testNamekeyPublisher(t, ci.Ed25519, nil, true)
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论