Skip to content

Commit

Permalink
rm failing_proofs
Browse files Browse the repository at this point in the history
  • Loading branch information
mlsteele committed Apr 9, 2020
1 parent ec534da commit 360b9c5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/constants.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions lib/wot.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/wot.iced
Expand Up @@ -61,7 +61,6 @@ exports.Vouch = class Vouch extends Base
proofs: schema.array(proof_schema).optional()
other : schema.string({max_length: 90}).optional()
})
failing_proofs : schema.array(proof_schema).optional()
vouch_text : schema.string({max_length: 700})
})
err = schm.check(obj)
Expand Down
1 change: 0 additions & 1 deletion test/files/wot.iced
Expand Up @@ -30,7 +30,6 @@ exports.wot_vouch_happy = (T,cb) ->
username_verified_via : "audio"
other : "lorem ipsum"
proofs : [ proof1, proof2]
failing_proofs : [ proof3, proof4 ]
vouch_text : "darn rootin tootin"
obj = new wot.Vouch me
await obj.generate_v2 esc(defer(out)), {dohash:true}
Expand Down

0 comments on commit 360b9c5

Please sign in to comment.