aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sca/test_process.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/sca/test_process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sca/test_process.py b/test/sca/test_process.py
index cf9fbbd..9ab8bcf 100644
--- a/test/sca/test_process.py
+++ b/test/sca/test_process.py
@@ -43,7 +43,7 @@ def test_rolling_mean(trace):
assert result is not None
assert len(result.samples) == 3
assert result.samples[0] == -15
- assert result.samples[1] == 42
+ assert result.samples[1] == 42.5
assert result.samples[2] == 196