diff options
author | Kim Alvefur <zash@zash.se> | 2023-12-09 20:36:29 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2023-12-09 20:36:29 +0100 |
commit | 49a62a0d1e90f9a42a1920b579682605c789c2f6 (patch) | |
tree | 91e486bf4393f76e2f5cbf852d2f013ba7ca78f3 /spec | |
parent | 3764f34fcf0d837be8be2c50e62e2333ffb6186a (diff) | |
download | prosody-49a62a0d1e90f9a42a1920b579682605c789c2f6.tar.gz prosody-49a62a0d1e90f9a42a1920b579682605c789c2f6.zip |
util.throttle: Silence some strict luacheck warnings
Diffstat (limited to 'spec')
-rw-r--r-- | spec/util_throttle_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/util_throttle_spec.lua b/spec/util_throttle_spec.lua index 985afae8..077f3d40 100644 --- a/spec/util_throttle_spec.lua +++ b/spec/util_throttle_spec.lua @@ -1,4 +1,5 @@ +-- luacheck: ignore 411/a -- Mock util.time local now = 0; -- wibbly-wobbly... timey-wimey... stuff |