Software /
code /
prosody
Diff
spec/util_uuid_spec.lua @ 8241:e7496cff1215
util.random: Remove obsolete noop seed function
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 16 Sep 2017 17:22:51 +0200 |
parent | 8236:4878e4159e12 |
child | 12604:bd9e006a7a74 |
line wrap: on
line diff
--- a/spec/util_uuid_spec.lua Sat Sep 16 10:16:08 2017 +0100 +++ b/spec/util_uuid_spec.lua Sat Sep 16 17:22:51 2017 +0200 @@ -22,10 +22,4 @@ 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);