Skip to content

Commit

Permalink
change error message to match the current error
Browse files Browse the repository at this point in the history
  • Loading branch information
aschmahmann committed Nov 16, 2021
1 parent fd55804 commit 140b4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sharness/t0260-sharding.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ test_list_incomplete_dir() {

test_expect_success "can list part of the directory" '
ipfs ls "$largeSHA3dir" 2> ls_err_out
echo "Error: merkledag: not found" > exp_err_out &&
echo "Error: failed to fetch all nodes" > exp_err_out &&
cat ls_err_out &&
test_cmp exp_err_out ls_err_out
'
Expand Down

0 comments on commit 140b4aa

Please sign in to comment.