Skip to content

Commit

Permalink
Update test_sjf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkushSinghGandhi committed Apr 9, 2024
1 parent 4e49f5f commit 003fab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sjf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 003fab9

Please sign in to comment.