util.hashring: tests: don't randomize order - they are written in a sequential style

This commit is contained in:
Matthew Wild 2022-12-02 20:27:32 +00:00
parent 76bf6d511f
commit d33904f7e9

View file

@ -1,6 +1,7 @@
local hashring = require "util.hashring";
describe("util.hashring", function ()
randomize(false);
local sha256 = require "util.hashes".sha256;