@cryptotaxi247 / kubo / commits / 78ff01757

Fix typo and formatting issues.

License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>

Kevin Atkinson committed Jan 4, 2017 at 16:01 UTC 78ff01757fa403197d8879c581c9a75a258b2ff8
3 files changed +3 -3
test/sharness/t0040-add-and-cat.sh
+1 -1
@@ -421,7 +421,7 @@ test_expect_success "ipfs add --only-hash succeeds" '
421 echo "unknown content for only-hash" | ipfs add --only-hash -q > oh_hash
422 '
423
424 -#TODO: this doesnt work when online hence separated out from test_add_cat_file
424 +#TODO: this doesn't work when online hence separated out from test_add_cat_file
425 test_expect_success "ipfs cat file fails" '
426 test_must_fail ipfs cat $(cat oh_hash)
427 '
test/sharness/t0180-pubsub.sh
+1 -1
@@ -54,7 +54,7 @@ test_expect_success "publish something" '
54 test_expect_success "wait until echo > wait executed" '
55 cat wait &&
56 test_cmp pubErr empty &&
57 - test_cmp expected actual
57 + test_cmp expected actual
58 '
59
60 test_expect_success 'stop iptb' '
unixfs/format_test.go
+1 -1
@@ -132,7 +132,7 @@ func TestPBdataTools(t *testing.T) {
132
133 }
134
135 -func TestMetedata(t *testing.T) {
135 +func TestMetadata(t *testing.T) {
136 meta := &Metadata{
137 MimeType: "audio/aiff",
138 Size: 12345,