From 81949cce8b03703605b2b54d89f37e27617fa0d0 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Wed, 16 Oct 2024 22:25:47 +0200 Subject: Expose index calculation is now quadratically weighted to avoid duplicates in the test --- tests/scheduler_brutal_unittest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/scheduler_brutal_unittest.py b/tests/scheduler_brutal_unittest.py index a87e5e9..4790016 100644 --- a/tests/scheduler_brutal_unittest.py +++ b/tests/scheduler_brutal_unittest.py @@ -26,7 +26,7 @@ def test_scheduling(): "9": [None, None, None], } - expected_priority = ["9", "6", "5", "7", "8", "4", "1", "3", "2", "0"] + expected_priority = ["9", "6", "5", "8", "7", "4", "1", "3", "2", "0"] uut = UUT(cards, state) -- cgit v1.2.3