fix test 'qual'è ...'
This commit is contained in:
parent
351c6e4b24
commit
2979a9d8b6
@ -15,10 +15,10 @@ describe 'modulo memoria', ->
|
||||
|
||||
it 'risponde quando richiesto', (done) ->
|
||||
replies = 0
|
||||
arr = ["cos'è","qual'è","chi è","cosa sono","quand'è"]
|
||||
arr = ["cos'è","qual'è","qual è","qualè","chi è","cosa sono","quand'è"]
|
||||
asjon.receive (envelope,strings) ->
|
||||
replies++
|
||||
if replies is 5 then done()
|
||||
if replies is arr.length then done()
|
||||
arr.map (x) -> 'asjon ' + x + ' test' + (if Math.random() > 0.5 then '?' else '')
|
||||
.forEach (x) -> asjon.send x
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user