mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 15:23:48 +01:00
Remove assertion message
This commit is contained in:
parent
41feceb003
commit
5e673ded19
2
test.lua
2
test.lua
@ -234,7 +234,7 @@ local function serializer_test(is_json, preserve)
|
|||||||
if obj ~= obj then
|
if obj ~= obj then
|
||||||
assert(preserved ~= preserved)
|
assert(preserved ~= preserved)
|
||||||
else
|
else
|
||||||
assert(table.equals_references(preserved, obj), luon:write_string(preserved) .. " vs " .. luon:write_string(obj))
|
assert(table.equals_references(preserved, obj))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
-- TODO proper deep table comparison with nan support
|
-- TODO proper deep table comparison with nan support
|
||||||
|
Loading…
Reference in New Issue
Block a user