diff --git a/test/memes-test.coffee b/test/memes-test.coffee index 29e924d..2fa895f 100644 --- a/test/memes-test.coffee +++ b/test/memes-test.coffee @@ -20,7 +20,7 @@ describe 'modulo memes', -> ] acc = 0 asjon.receive (e,l) -> - l.join().should.equal 'http://memegen.link/fry/not_sure_if_this_works/or_not.jpg' + l.join().should.equal 'http://memegen.link/fry/not-sure-if-this-works/or-not.jpg' acc++ if acc is questions.length then done() questions.map (q) -> asjon.send q @@ -32,7 +32,7 @@ describe 'modulo memes', -> ] acc = 0 asjon.receive (e,l) -> - l.join().should.match /^richiesta malformata/g + l.join().should.match /^non si usa così/g acc++ if acc is questions.length then done() questions.map (q) -> asjon.send q