mirror of
https://github.com/TangentFoxy/lume.git
synced 2024-11-19 07:04:24 +00:00
Added missing comment for lume.uuid func in test_lua.lua
This commit is contained in:
parent
098754056a
commit
bb56f1ce3a
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user