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 38e04b8 commit 888ad11
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 @@ -93,7 +93,7 @@ describe('Native functions', () => {
interpreter = new Interpreter(Evaluation.build(replEnvironment, natives([myModelNative])))
})

it('Using wre native method return ok', () => {
it('Works using wre native method', () => {
const { error, result } = interprete(interpreter, 'testit.nativeOne()')
expect(result).to.equal('1')
expect(error).to.be.undefined
Expand Down

0 comments on commit 888ad11

Please sign in to comment.