mirror of
https://github.com/bjc/prosody.git
synced 2025-04-01 20:27:39 +03:00
util.ringbuffer: Fix accidentally committed test change (thanks buildbot)
This commit is contained in:
parent
6daae1f629
commit
558a365575
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ describe("util.ringbuffer", function ()
|
|||
|
||||
it("is equivalent to string:byte", function ()
|
||||
local b = rb.new(6);
|
||||
assert.truthy(b:write("foo"..string.char(0, 140).."obar"));
|
||||
assert.truthy(b:write("foobar"));
|
||||
b:read(3);
|
||||
b:write("foo");
|
||||
test_byte(b, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue