Skip to content

Commit f101daa

Browse files
author
Andrew Omondi
committed
Drops deprecated method usage
1 parent 183ae5d commit f101daa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/Microsoft.Graph.DotnetCore.Test/Requests/Functional/BatchRequestTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ public async Task JsonBatchRequest()
4242
BatchResponseContent batchResponseContent = new BatchResponseContent(response);
4343
Dictionary<string, HttpResponseMessage> responses = await batchResponseContent.GetResponsesAsync();
4444
HttpResponseMessage httpResponse = await batchResponseContent.GetResponseByIdAsync("1");
45-
string nextLink = await batchResponseContent.GetNextLinkAsync();
4645

4746
Assert.True(responses.Count.Equals(2));
4847
}

0 commit comments

Comments
 (0)