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 )