diff --git a/test/natives.test.ts b/test/natives.test.ts index dc65a1aa..d105b424 100644 --- a/test/natives.test.ts +++ b/test/natives.test.ts @@ -59,7 +59,7 @@ describe('Native functions', () => { interpreter = new Interpreter(Evaluation.build(replEnvironment, natives())) }) - it('Using wre native method return ok', () => { + it('Works using wre native method', () => { const { error, result } = interprete(interpreter, 'testit.listSize()') expect(result).to.equal('2')