提交 f1aba976 作者: Steven Allen

fix error in test case

License: MIT
Signed-off-by: 's avatarSteven Allen <steven@stebalien.com>
上级 1054826a
......@@ -32,7 +32,7 @@ func TestListSelf(t *testing.T) {
}
if keys[0].Path().String() != "/ipns/"+testPeerID {
t.Errorf("expected the key to have path '/ipns/Qmfoo', got '%s'", keys[0].Path().String())
t.Errorf("expected the key to have path '/ipns/%s', got '%s'", testPeerID, keys[0].Path().String())
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论