Mercurial > prosody-hg
diff spec/util_throttle_spec.lua @ 11200:bf8f2da84007
Merge 0.11->trunk
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 05 Nov 2020 22:31:25 +0100 |
| parents | 02a41315d275 |
| children | f4415f76727b |
line wrap: on
line diff
--- a/spec/util_throttle_spec.lua Thu Nov 05 22:27:17 2020 +0100 +++ b/spec/util_throttle_spec.lua Thu Nov 05 22:31:25 2020 +0100 @@ -88,7 +88,7 @@ later(0.1); a:update(); end - assert(math.abs(a.balance - 1) < 0.0001); -- incremental updates cause rouding errors + assert(math.abs(a.balance - 1) < 0.0001); -- incremental updates cause rounding errors end); end);
