From e2919729b9b53d72dea444f214bd0b2ebcbc60c8 Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev Date: Thu, 14 Jan 2021 19:30:41 +0700 Subject: [PATCH] =?UTF-8?q?=D0=BE=D0=B4=D0=BD=D0=BE=D0=BE=D0=B1=D1=80?= =?UTF-8?q?=D0=B0=D0=B7=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unittest/main3.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unittest/main3.lua b/unittest/main3.lua index 5036dcd..61dfc3e 100644 --- a/unittest/main3.lua +++ b/unittest/main3.lua @@ -43,9 +43,9 @@ pl.life = function(s) end) it('открывание', function() - std.call(mp, 'input:text', 'открыть замок') + parse('открыть замок') local lock = _('lock'); - std.call(mp, 'input:text', 'отпереть замок') + parse('отпереть замок') expect(lock:has('locked')).to.be(true) end);