Lua: changing "table" API

This commit is contained in:
rusefi 2021-11-14 16:44:52 -05:00
parent c8d666c5a1
commit a5764d6e67
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ TEST(LuaHooks, TestGetSensorByName) {
static const char* tableTest = R"(
function testFunc()
return table3d(1, 1000, 40)
return table3d(2, 1000, 40)
end
)";