提交 78ff0175 作者: Kevin Atkinson

Fix typo and formatting issues.

License: MIT
Signed-off-by: 's avatarKevin Atkinson <k@kevina.org>
上级 defd1a17
...@@ -421,7 +421,7 @@ test_expect_success "ipfs add --only-hash succeeds" ' ...@@ -421,7 +421,7 @@ test_expect_success "ipfs add --only-hash succeeds" '
echo "unknown content for only-hash" | ipfs add --only-hash -q > oh_hash echo "unknown content for only-hash" | ipfs add --only-hash -q > oh_hash
' '
#TODO: this doesnt work when online hence separated out from test_add_cat_file #TODO: this doesn't work when online hence separated out from test_add_cat_file
test_expect_success "ipfs cat file fails" ' test_expect_success "ipfs cat file fails" '
test_must_fail ipfs cat $(cat oh_hash) test_must_fail ipfs cat $(cat oh_hash)
' '
......
...@@ -132,7 +132,7 @@ func TestPBdataTools(t *testing.T) { ...@@ -132,7 +132,7 @@ func TestPBdataTools(t *testing.T) {
} }
func TestMetedata(t *testing.T) { func TestMetadata(t *testing.T) {
meta := &Metadata{ meta := &Metadata{
MimeType: "audio/aiff", MimeType: "audio/aiff",
Size: 12345, Size: 12345,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论