util.hashring: tests: don't randomize order - they are written in a sequential style
authorMatthew Wild <mwild1@gmail.com>
Fri, 02 Dec 2022 20:27:32 +0000
changeset 12798 249b01adc54a
parent 12797 d63190a7a714
child 12799 87424cbedc55
util.hashring: tests: don't randomize order - they are written in a sequential style
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;