diff options
author | Matthew Wild <mwild1@gmail.com> | 2016-05-22 20:06:51 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2016-05-22 20:06:51 +0100 |
commit | 604184d80b428979f16fdfeef4b7e3ca69e470d9 (patch) | |
tree | 4acc68d1899db671fc81b16b5427fd7d5d3a8fac /tests/test.lua | |
parent | e34fadb697fe8ab8e9b1542e0c794cb99bd5dbe8 (diff) | |
download | prosody-604184d80b428979f16fdfeef4b7e3ca69e470d9.tar.gz prosody-604184d80b428979f16fdfeef4b7e3ca69e470d9.zip |
tests: Add initial tests for util.async
Diffstat (limited to 'tests/test.lua')
-rw-r--r-- | tests/test.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test.lua b/tests/test.lua index 9ab2cad8..bb15250d 100644 --- a/tests/test.lua +++ b/tests/test.lua @@ -21,6 +21,7 @@ function run_all_tests() dotest "util.json" dotest "util.stanza" dotest "util.sasl.scram" + dotest "util.async" dotest "util.cache" dotest "util.throttle" dotest "util.uuid" |