Skip to content

Commit 98e44d9

Browse files
committed
- more code linting
1 parent 2b532c0 commit 98e44d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/microsoft/graph/content/BatchRequestContentTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ void usesHttpMethodFromRequestIfAlreadySet() throws MalformedURLException {
179179
void doesNotThrowWhenTryingToRemoveRequestFromNull() {
180180
final BatchRequestContent batchRequest = new BatchRequestContent();
181181
batchRequest.removeBatchRequestStepWithId("id");
182+
assertEquals(0, batchRequest.requests.size());
182183
}
183184

184185
@Test

0 commit comments

Comments
 (0)