mirror of
https://github.com/gvx/bitser.git
synced 2024-11-11 01:44:21 +00:00
Hopefully fix coverage
This commit is contained in:
parent
4989dbf403
commit
2ad9e981bd
@ -210,7 +210,8 @@ describe("bitser", function()
|
||||
it("can clear the buffer", function()
|
||||
bitser.clearBuffer()
|
||||
end)
|
||||
it("can write after reading from read-only buffer", function()
|
||||
it("can write to new buffer after reading from read-only buffer", function()
|
||||
test_serdeser("bitser")
|
||||
bitser.loadData(ffi.new("uint8_t[4]", 195, 103, 118, 120), 4)
|
||||
test_serdeser("bitser")
|
||||
end)
|
||||
|
Loading…
Reference in New Issue
Block a user