We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 183ae5d commit f101daaCopy full SHA for f101daa
1 file changed
tests/Microsoft.Graph.DotnetCore.Test/Requests/Functional/BatchRequestTests.cs
@@ -42,7 +42,6 @@ public async Task JsonBatchRequest()
42
BatchResponseContent batchResponseContent = new BatchResponseContent(response);
43
Dictionary<string, HttpResponseMessage> responses = await batchResponseContent.GetResponsesAsync();
44
HttpResponseMessage httpResponse = await batchResponseContent.GetResponseByIdAsync("1");
45
- string nextLink = await batchResponseContent.GetNextLinkAsync();
46
47
Assert.True(responses.Count.Equals(2));
48
}
0 commit comments