From bb56f1ce3a074e145cb528e551fa484035635d36 Mon Sep 17 00:00:00 2001 From: rxi Date: Sat, 5 Apr 2014 16:37:05 +0100 Subject: [PATCH] Added missing comment for lume.uuid func in test_lua.lua --- test/test_lume.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_lume.lua b/test/test_lume.lua index ea1694e..0849190 100644 --- a/test/test_lume.lua +++ b/test/test_lume.lua @@ -371,7 +371,7 @@ tests["lume.dostring"] = function() testeq( lume.dostring([[return 12345]]), 12345 ) end - +-- lume.uuid tests["lume.uuid"] = function() testeq( type(lume.uuid()), "string" ) testeq( #lume.uuid(), 36 )