summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/lmathlib.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lmathlib.js b/tests/lmathlib.js
index 5c307a5..a06812c 100644
--- a/tests/lmathlib.js
+++ b/tests/lmathlib.js
@@ -362,7 +362,7 @@ test('math.type', function (t) {
test('math.ult', function (t) {
let luaCode = `
- return math.tointeger('10')
+ return math.ult(5, 200)
`, L;
t.plan(2);