aboutsummaryrefslogtreecommitdiffstats
path: root/spec/util_uuid_spec.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-09-16 17:22:51 +0200
committerKim Alvefur <zash@zash.se>2017-09-16 17:22:51 +0200
commitb8a921f9dd293d546708a0791c53e6f151cdb2d9 (patch)
treea42d3424af69930fa58ee14693c785df30adcd74 /spec/util_uuid_spec.lua
parent94b1f12751309304d417629ca5aa94213aea57d8 (diff)
downloadprosody-b8a921f9dd293d546708a0791c53e6f151cdb2d9.tar.gz
prosody-b8a921f9dd293d546708a0791c53e6f151cdb2d9.zip
util.random: Remove obsolete noop seed function
Diffstat (limited to 'spec/util_uuid_spec.lua')
-rw-r--r--spec/util_uuid_spec.lua6
1 files changed, 0 insertions, 6 deletions
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);