однообразие

This commit is contained in:
Alexander Yakovlev 2021-01-14 19:30:41 +07:00
parent d08778ea8b
commit e2919729b9
Signed by: oreolek
GPG Key ID: 1CDC4B7820C93BD3
1 changed files with 2 additions and 2 deletions

View File

@ -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);