Skip to content

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kimgajin authored Mar 12, 2024
1 parent 0b4f52f commit a44864c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from priority_queue import PriorityQueue

class TestPriorityQueue(unittest.TestCase):

def test_priority_queue_push_pop(self):
pq = PriorityQueue()

Expand Down

0 comments on commit a44864c

Please sign in to comment.