Skip to content

Commit 5036292

Browse files
authored
fix BasicWebTests class constructor name (#19308)
1 parent 4c7d6bc commit 5036292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture/modern-web-apps-azure/test-asp-net-core-mvc-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public class BasicWebTests : IClassFixture<WebApplicationFactory<Startup>>
157157
{
158158
protected readonly HttpClient _client;
159159

160-
public BaseWebTest(WebApplicationFactory<Startup> factory)
160+
public BasicWebTests(WebApplicationFactory<Startup> factory)
161161
{
162162
_client = factory.CreateClient();
163163
}

0 commit comments

Comments
 (0)