mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 15:23:48 +01:00
Improve tests
This commit is contained in:
parent
c323443975
commit
c00d014041
2
test.lua
2
test.lua
@ -126,7 +126,7 @@ if tests.b3d then
|
||||
end
|
||||
return table
|
||||
end
|
||||
modlib.file.write(modlib.mod.get_resource"character.b3d.lua", "return " .. dump(_b3d_truncate(b3d)))
|
||||
modlib.file.write(modlib.mod.get_resource"character.b3d.lua", "return " .. dump(_b3d_truncate(modlib.table.copy(b3d))))
|
||||
stream:close()
|
||||
end
|
||||
if tests.liquid_dir then
|
||||
|
Loading…
Reference in New Issue
Block a user