From 4391ef92e53aedc52ec4fce0ca04938c125ca75b Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Tue, 8 Oct 2019 08:34:55 +0900 Subject: [PATCH] fix(sharness): spelling --- test/sharness/t0040-add-and-cat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sharness/t0040-add-and-cat.sh b/test/sharness/t0040-add-and-cat.sh index b6c1f500e..74408fbb6 100755 --- a/test/sharness/t0040-add-and-cat.sh +++ b/test/sharness/t0040-add-and-cat.sh @@ -197,7 +197,7 @@ test_add_cat_file() { ipfs add --chunker buzhash mountdir/hello.txt >actual ' - test_expect_success "ipfs add --chunker buzhahs output looks good" ' + test_expect_success "ipfs add --chunker buzhash output looks good" ' HASH="QmVr26fY1tKyspEJBniVhqxQeEjhF78XerGiqWAwraVLQH" && echo "added $HASH hello.txt" >expected && test_cmp expected actual