summaryrefslogtreecommitdiff
path: root/tests/ltablib.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ltablib.js')
-rw-r--r--tests/ltablib.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ltablib.js b/tests/ltablib.js
index 8789f9e..e209db3 100644
--- a/tests/ltablib.js
+++ b/tests/ltablib.js
@@ -184,7 +184,7 @@ test('table.remove', function (t) {
[...lua.lua_topointer(L, -1).strong.entries()]
.filter(e => typeof e[0] === 'number')
.map(e => e[1].value.value).sort(),
- [1, 2, 3, 4, null, null],
+ [1, 2, 3, 4],
"Correct element(s) on the stack"
);
});