spec/util_hashring_spec.lua
changeset 12798 249b01adc54a
parent 10011 de43ca319184
child 12799 87424cbedc55
--- 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;