Commit e3bf3030 authored by Archie Shahidullah's avatar Archie Shahidullah :expressionless:
Browse files

Apply suggestion to tests/edu/caltech/cs2/datastructures/ArrayDequeTests.java

parent 7b779a3f
1 merge request!1Review Tests for Project 3
Pipeline #36414 failed with stage
in 0 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -90,7 +90,7 @@ public class ArrayDequeTests implements DequeTests, StackTests, QueueTests {
@DisplayName("There are no protected fields")
@Test
public void testNoProtectedFields() {
Reflection.assertNoProtectedFields(LinkedDeque.class);
Reflection.assertNoProtectedFields(ArrayDeque.class);
}
@Order(classSpecificTestLevel)
......
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