Software /
code /
prosody
Diff
spec/util_throttle_spec.lua @ 10434:8f709577fe8e
Merge 0.11->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 23 Nov 2019 23:12:01 +0100 |
parent | 9993:02a41315d275 |
child | 13399:f4415f76727b |
line wrap: on
line diff
--- a/spec/util_throttle_spec.lua Sat Nov 23 23:11:03 2019 +0100 +++ b/spec/util_throttle_spec.lua Sat Nov 23 23:12:01 2019 +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);