Added missing comment for lume.uuid func in test_lua.lua

This commit is contained in:
rxi 2014-04-05 16:37:05 +01:00
parent 098754056a
commit bb56f1ce3a

View File

@ -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 )