Skip to content

Commit 78ff017

Browse files
committed
Fix typo and formatting issues.
License: MIT Signed-off-by: Kevin Atkinson <[email protected]>
1 parent defd1a1 commit 78ff017

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/sharness/t0040-add-and-cat.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ test_expect_success "ipfs add --only-hash succeeds" '
421421
echo "unknown content for only-hash" | ipfs add --only-hash -q > oh_hash
422422
'
423423

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
425425
test_expect_success "ipfs cat file fails" '
426426
test_must_fail ipfs cat $(cat oh_hash)
427427
'

test/sharness/t0180-pubsub.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ test_expect_success "publish something" '
5454
test_expect_success "wait until echo > wait executed" '
5555
cat wait &&
5656
test_cmp pubErr empty &&
57-
test_cmp expected actual
57+
test_cmp expected actual
5858
'
5959

6060
test_expect_success 'stop iptb' '

unixfs/format_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ func TestPBdataTools(t *testing.T) {
132132

133133
}
134134

135-
func TestMetedata(t *testing.T) {
135+
func TestMetadata(t *testing.T) {
136136
meta := &Metadata{
137137
MimeType: "audio/aiff",
138138
Size: 12345,

0 commit comments

Comments
 (0)