# HG changeset patch # User Matthew Wild # Date 1670012852 0 # Node ID 249b01adc54afd1745b43281e00e978a6f2c71c3 # Parent d63190a7a714a7d07d4f4180de465d2da4cbfb4d util.hashring: tests: don't randomize order - they are written in a sequential style diff -r d63190a7a714 -r 249b01adc54a spec/util_hashring_spec.lua --- a/spec/util_hashring_spec.lua Fri Nov 04 12:26:43 2022 +0000 +++ b/spec/util_hashring_spec.lua Fri Dec 02 20:27:32 2022 +0000 @@ -1,6 +1,7 @@ local hashring = require "util.hashring"; describe("util.hashring", function () + randomize(false); local sha256 = require "util.hashes".sha256;