Changeset

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
parents 12793:d63190a7a714
children 12795:87424cbedc55
files spec/util_hashring_spec.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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;