Diff

spec/util_hashring_spec.lua @ 12794:249b01adc54a

util.hashring: tests: don't randomize order - they are written in a sequential style
author Matthew Wild <mwild1@gmail.com>
date Fri, 02 Dec 2022 20:27:32 +0000
parent 10007:de43ca319184
child 12795:87424cbedc55
line wrap: on
line diff
--- 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;