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

Update CircularArrayFixedSizeQueueTests.java

parent e3bf3030
1 merge request!1Review Tests for Project 3
Pipeline #36439 failed with stage
in 0 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -75,7 +75,7 @@ public class CircularArrayFixedSizeQueueTests implements FixedSizeQueueTests {
@DisplayName("There are no protected fields")
@Test
public void testNoProtectedFields() {
Reflection.assertNoProtectedFields(LinkedDeque.class);
Reflection.assertNoProtectedFields(CircularArrayFixedSizeQueue.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