We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38adc6 commit 204ea6fCopy full SHA for 204ea6f
test/sharness/t0100-name.sh
@@ -242,7 +242,7 @@ test_name_with_self() {
242
'
243
244
test_expect_success "'ipfs name inspect --verify' has '.Validation.Validity' set to 'true' with correct Peer ID" '
245
- ipfs name inspect --verify $PEERID --enc json < ipns_record | jq -e ".Validation.Valid == true"
+ ipfs name inspect --verify $PEERID --enc json < ipns_record | jq -e ".Validation.Valid == true and .Entry.TTL == .Entry.Data.TTL"
246
247
248
test_expect_success "'ipfs name inspect --verify' has '.Validation.Validity' set to 'false' with incorrect Peer ID" '
0 commit comments