git ssb

4+

Dominic / scuttlebot



Commit 0671b17a02b83bfcff874763bb0f0fd5265432eb

more forgiving error message check

Dominic Tarr committed on 10/29/2017, 7:55:50 AM
Parent: 617f906272a087ee445056d1b722241f1728275c

Files changed

test/caps.jschanged
test/caps.jsView
@@ -67,9 +67,9 @@
6767 if(err) throw err
6868 console.log(msg)
6969 dbB.add(msg.value, function (err) {
7070 t.ok(err) //should not be valid in this universe
71- t.ok(/invalid signature/.test(err.message))
71 + t.ok(/invalid/.test(err.message))
7272 console.log(err.stack)
7373 t.end()
7474
7575 })

Built with git-ssb-web