We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c7d6bc commit 5036292Copy full SHA for 5036292
docs/architecture/modern-web-apps-azure/test-asp-net-core-mvc-apps.md
@@ -157,7 +157,7 @@ public class BasicWebTests : IClassFixture<WebApplicationFactory<Startup>>
157
{
158
protected readonly HttpClient _client;
159
160
- public BaseWebTest(WebApplicationFactory<Startup> factory)
+ public BasicWebTests(WebApplicationFactory<Startup> factory)
161
162
_client = factory.CreateClient();
163
}
0 commit comments