Skip to content

Commit 7c2a790

Browse files
committed
Fixed XML Doc references
This was missed when adding the `includeStaticFiles` attribute to the `HttpAsync()` action (83f4691).
1 parent 7eb55f4 commit 7c2a790

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OnTopic.AspNetCore.Mvc.Tests/ErrorControllerTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ public ErrorControllerTest(TestTopicRepository topicRepository) {
5858
| TEST: ERROR CONTROLLER: HTTP: RETURNS EXPECTED ERROR
5959
\-------------------------------------------------------------------------------------------------------------------------*/
6060
/// <summary>
61-
/// Triggers the <see cref="ErrorController.HttpAsync(Int32)" /> action with different status codes, and ensures that the
62-
/// expected <see cref="Topic"/> is returned in the <see cref="TopicViewResult"/>.
61+
/// Triggers the <see cref="ErrorController.HttpAsync(Int32, Boolean)" /> action with different status codes, and ensures
62+
/// that the expected <see cref="Topic"/> is returned in the <see cref="TopicViewResult"/>.
6363
/// </summary>
6464
[Theory]
6565
[InlineData(405, "405")] // Exact match

0 commit comments

Comments
 (0)