From 38e04b8178d5cb0c0ba5a82df4b1227fe898f9c5 Mon Sep 17 00:00:00 2001 From: Leo Gassman Date: Sun, 29 Dec 2024 22:17:52 -0300 Subject: [PATCH] Update test/natives.test.ts Co-authored-by: Fernando Dodino --- test/natives.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')