Implement alert release

This commit is contained in:
emanuele-f 2019-06-28 15:04:56 +02:00
parent e78039c2f2
commit 2df194a282
12 changed files with 205 additions and 56 deletions

View file

@ -12,7 +12,7 @@ local test_failed_alert = alerts:newAlert({
})
local function test_error(msg)
test_failed_alert:emit("test", msg)
test_failed_alert:trigger("test", msg)
end
local function test_assert(cond, error_msg)