We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b532c0 commit 98e44d9Copy full SHA for 98e44d9
src/test/java/com/microsoft/graph/content/BatchRequestContentTest.java
@@ -179,6 +179,7 @@ void usesHttpMethodFromRequestIfAlreadySet() throws MalformedURLException {
179
void doesNotThrowWhenTryingToRemoveRequestFromNull() {
180
final BatchRequestContent batchRequest = new BatchRequestContent();
181
batchRequest.removeBatchRequestStepWithId("id");
182
+ assertEquals(0, batchRequest.requests.size());
183
}
184
185
@Test
0 commit comments