mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.hashring: tests: don't randomize order - they are written in a sequential style
This commit is contained in:
parent
76bf6d511f
commit
d33904f7e9
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
local hashring = require "util.hashring";
|
||||
|
||||
describe("util.hashring", function ()
|
||||
randomize(false);
|
||||
|
||||
local sha256 = require "util.hashes".sha256;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue