From 6c559b6556b3819d08d1f80637f9bfd4a1c38373 Mon Sep 17 00:00:00 2001 From: martinbednar Date: Apr 29 2021 21:05:11 +0000 Subject: Integration tests: Update accuracy of performance in JSR 3rd level. Random value is added to the performance in the 3rd level of the JSR. This causes that performance is not rounded to the nearest thousand but accuracy is in ones. --- diff --git a/tests/integration_tests/testing/values_expected.py b/tests/integration_tests/testing/values_expected.py index be41ae0..5232407 100644 --- a/tests/integration_tests/testing/values_expected.py +++ b/tests/integration_tests/testing/values_expected.py @@ -188,6 +188,6 @@ level3 = TestedValues( time={'value': 'REAL VALUE', 'accuracy': 1.0}, performance={'value': 'REAL VALUE', - 'accuracy': 1000}, + 'accuracy': 1}, protect_canvas=True )