From d33904f7e96bbc4d1ea4e5dec544bad82d2be15f Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 2 Dec 2022 20:27:32 +0000 Subject: util.hashring: tests: don't randomize order - they are written in a sequential style --- spec/util_hashring_spec.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'spec') diff --git a/spec/util_hashring_spec.lua b/spec/util_hashring_spec.lua index d8801774..05f053e4 100644 --- a/spec/util_hashring_spec.lua +++ b/spec/util_hashring_spec.lua @@ -1,6 +1,7 @@ local hashring = require "util.hashring"; describe("util.hashring", function () + randomize(false); local sha256 = require "util.hashes".sha256; -- cgit v1.2.3