Skip to content

Commit d83a911

Browse files
Merge pull request #3562 from ipfs/kevina/minor-cr-0.4.5
Clean up minor issues in 0.4.5 cr.
2 parents 12d51a6 + 78ff017 commit d83a911

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
@@ -436,7 +436,7 @@ test_expect_success "ipfs add --only-hash succeeds" '
436436
echo "unknown content for only-hash" | ipfs add --only-hash -q > oh_hash
437437
'
438438

439-
#TODO: this doesnt work when online hence separated out from test_add_cat_file
439+
#TODO: this doesn't work when online hence separated out from test_add_cat_file
440440
test_expect_success "ipfs cat file fails" '
441441
test_must_fail ipfs cat $(cat oh_hash)
442442
'

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)