From 880a7c3e32681f1380dd72ecbe794177df126ff1 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 16 Sep 2017 17:22:51 +0200 Subject: util.random: Remove obsolete noop seed function --- spec/util_uuid_spec.lua | 6 ------ 1 file changed, 6 deletions(-) (limited to 'spec') diff --git a/spec/util_uuid_spec.lua b/spec/util_uuid_spec.lua index 6ebaf06d..95ae0a20 100644 --- a/spec/util_uuid_spec.lua +++ b/spec/util_uuid_spec.lua @@ -22,10 +22,4 @@ describe("util.uuid", function() end end); end); - - describe("#seed()", function() - it("should return nothing", function() - assert.is_nil(uuid.seed("random string here"), "seed doesn't return anything"); - end); - end); end); -- cgit v1.2.3