diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/util_hashring_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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; |