mirror of
https://github.com/bjc/prosody.git
synced 2025-04-01 20:27:39 +03:00
util.strbitop: Remove unused import in tests
This commit is contained in:
parent
7f748556a2
commit
965d69763c
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ describe("util.strbitop", function ()
|
|||
assert(ret1 == ret2, ("parameter order should not make a difference to the result (%s, %s) = %d, reversed = %d"):format(a, b, ret1, ret2));
|
||||
return ret1;
|
||||
end
|
||||
local hex = require "util.hex";
|
||||
|
||||
it("works on single bytes", function ()
|
||||
assert.equal(0, test("00000000", "11111111"));
|
||||
assert.equal(1, test("10000000", "11111111"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue