Skip to content

Commit

Permalink
providers: fix object test
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
  • Loading branch information
magik6k committed Nov 21, 2017
1 parent 418c03d commit 63e7a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sharness/t0175-provider.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ findprovs_empty 'QmdfTbBqBPQ7VNxZEYEj14VmRuZBkqFbiwReogJgS1zR1n'

test_expect_success 'ipfs object' '
HASH_O1=$(ipfsi 0 object new) &&
HASH_O2=$(echo "{\"data\":\"foo\"}" | ipfsi 0 object put)
HASH_O2=$(echo "{\"data\":\"foo\"}" | ipfsi 0 object put -q)
'

findprovs_expect '$HASH_O1' '$PEERID_0'
Expand Down

0 comments on commit 63e7a42

Please sign in to comment.