tests: Add small test for util.throttle
[prosody.git] / tests / test.lua
index f7fdee91308ad948054eaae0b50f60a7cb1a83f1..1666fcf5199e8de327b05db19cb78162e03e6bff 100644 (file)
@@ -21,6 +21,7 @@ function run_all_tests()
        dotest "util.stanza"
        dotest "util.sasl.scram"
        dotest "util.cache"
+       dotest "util.throttle"
 
        dosingletest("test_sasl.lua", "latin1toutf8");
        dosingletest("test_utf8.lua", "valid");