Skip to content

Commit

Permalink
Update test/natives.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Fernando Dodino <[email protected]>
  • Loading branch information
lgassman and fdodino authored Dec 30, 2024
1 parent d668b80 commit 38e04b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/natives.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 38e04b8

Please sign in to comment.