Skip to content

Commit 0d3c650

Browse files
committed
fix: tests
1 parent 06177d8 commit 0d3c650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/queue/queue-test.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ TEST_CASE("Queue Edge Cases")
9090

9191
// As it should over push the capacity, size should remain the same.
9292
REQUIRE(qu->size == 9);
93-
REQUIRE(qu->capacity == 40);
93+
REQUIRE(qu->capacity == 20);
9494
}
9595

9696
SECTION("Push Ex Over Capacity")

0 commit comments

Comments
 (0)