From c204096d74d3c404b5087ede94409d8b59516d34 Mon Sep 17 00:00:00 2001 From: JanLJL Date: Wed, 11 Nov 2020 14:11:00 +0100 Subject: [PATCH] fixed typo --- tests/test_kerncraftAPI.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_kerncraftAPI.py b/tests/test_kerncraftAPI.py index 4a1ef6b..c6876e0 100755 --- a/tests/test_kerncraftAPI.py +++ b/tests/test_kerncraftAPI.py @@ -59,11 +59,11 @@ class TestKerncraftAPI(unittest.TestCase): self.assertEqual(kapi.get_unmatched_instruction_ratio(), 0.0) port_occupation = OrderedDict( [ - ('0', 32.0), + ('0', 34.0), ('0DV', 0.0), - ('1', 32.0), + ('1', 34.0), ('1DV', 0.0), - ('2', 7.0), + ('2', 3.0), ('3', 64.0), ('4', 64.0), ('5', 32.0),