Skip to content

Commit

Permalink
fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkushSinghGandhi committed Apr 9, 2024
1 parent 88080eb commit 3fe1858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fcfs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from src.fcfs import FCFSScheduler
from src.fcfs_scheduler import FCFSScheduler
from src.process import Process

def test_fcfs_scheduler_with_empty_input():
Expand Down

0 comments on commit 3fe1858

Please sign in to comment.