From 003fab98a3280dc78aa08423425c3bf168d48ddc Mon Sep 17 00:00:00 2001 From: Ankush Singh Gandhi Date: Tue, 9 Apr 2024 19:37:13 +0530 Subject: [PATCH] Update test_sjf.py --- tests/test_sjf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_sjf.py b/tests/test_sjf.py index 70775c8..ac72f41 100644 --- a/tests/test_sjf.py +++ b/tests/test_sjf.py @@ -20,8 +20,8 @@ def test_sjf_scheduler(): # Verify the scheduling output expected_output = """Process ID\tArrival Time\tBurst Time\tWaiting Time\tTurnaround Time -P1\t\t0\t\t5\t\t3\t\t8 P2\t\t1\t\t3\t\t0\t\t3 +P1\t\t0\t\t5\t\t3\t\t8 P3\t\t2\t\t7\t\t6\t\t13 Average Waiting Time: 3.0