Skip to content

Commit 360b9c5

Browse files
committed
rm failing_proofs
1 parent ec534da commit 360b9c5

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

lib/constants.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/wot.js

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/wot.iced

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ exports.Vouch = class Vouch extends Base
6161
proofs: schema.array(proof_schema).optional()
6262
other : schema.string({max_length: 90}).optional()
6363
})
64-
failing_proofs : schema.array(proof_schema).optional()
6564
vouch_text : schema.string({max_length: 700})
6665
})
6766
err = schm.check(obj)

test/files/wot.iced

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ exports.wot_vouch_happy = (T,cb) ->
3030
username_verified_via : "audio"
3131
other : "lorem ipsum"
3232
proofs : [ proof1, proof2]
33-
failing_proofs : [ proof3, proof4 ]
3433
vouch_text : "darn rootin tootin"
3534
obj = new wot.Vouch me
3635
await obj.generate_v2 esc(defer(out)), {dohash:true}

0 commit comments

Comments
 (0)