Skip to content

Commit

Permalink
Added missing comment on tester
Browse files Browse the repository at this point in the history
  • Loading branch information
klingaard committed Oct 27, 2023
1 parent 90cca85 commit 16bc957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparta/test/PriorityQueue/PriorityQueue_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ void test_defafult_pq()
EXPECT_EQUAL(pqueue.size(), 8);

EXPECT_EQUAL(pqueue.top(), 1);
pqueue.pop();
pqueue.pop(); // 1

EXPECT_FALSE(pqueue.empty());

Expand Down

0 comments on commit 16bc957

Please sign in to comment.