tests: Fix linter errors

This commit is contained in:
ZyX
2017-12-03 20:22:09 +03:00
parent 6bc54832ef
commit fbdc3ac4ef
2 changed files with 1 additions and 5 deletions

View File

@@ -273,6 +273,7 @@ local deepcopy_funcs = {
for k, v in pairs(orig) do
copy[deepcopy(k)] = deepcopy(v)
end
return copy
end,
number = id,
string = id,