mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-13 09:51:58 -04:00
tests
This commit is contained in:
parent
dff068d75b
commit
e8c7fde4c3
8 changed files with 95 additions and 20 deletions
7
util/uuid.spec.lua
Normal file
7
util/uuid.spec.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
|
||||
mtt.register("uuid", function(callback)
|
||||
assert(mail.new_uuid())
|
||||
assert(mail.new_uuid() ~= mail.new_uuid())
|
||||
callback()
|
||||
end)
|
Loading…
Add table
Add a link
Reference in a new issue