Remove non-deterministic test

master
Gabriel Pérez-Cerezo 2021-11-10 11:48:27 +01:00
parent 890369090e
commit 02687c11ee
1 changed files with 0 additions and 3 deletions

View File

@ -93,9 +93,6 @@ END_SER
]]
describe("write_to_fd", function()
it("serializes a table correctly", function()
assert.equals(check_write(testtable), testser)
end)
it("does not skip empty tables", function()
assert.equals(check_write({{}}),noskip)
end)