Commit c0dccffc authored by James C Bowden's avatar James C Bowden
Browse files

no addBack for circular, changed to enqueue

parent 200566a3
1 merge request!1Fixes
Showing with 1 addition and 1 deletion
+1 -1
...@@ -155,7 +155,7 @@ public class CircularArrayFixedSizeQueueTests { ...@@ -155,7 +155,7 @@ public class CircularArrayFixedSizeQueueTests {
@Order(toStringTestLevel) @Order(toStringTestLevel)
@DisplayName("toString() matches java.util.ArrayDeque") @DisplayName("toString() matches java.util.ArrayDeque")
@DependsOn({"fields", "constructors", "toString", "addBack"}) @DependsOn({"fields", "constructors", "toString", "enqueue"})
@ParameterizedTest(name = "Test toString() on [{arguments}]") @ParameterizedTest(name = "Test toString() on [{arguments}]")
@ValueSource(strings = { @ValueSource(strings = {
"0, 1, 2, 3", "5, 4, 3, 2, 1", "8, 3, 5, 7, 4, 3, 12, 12, 1" "0, 1, 2, 3", "5, 4, 3, 2, 1", "8, 3, 5, 7, 4, 3, 12, 12, 1"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment