We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f52cb2c commit 95a8a7cCopy full SHA for 95a8a7c
src/Servers/IIS/IIS/test/Common.FunctionalTests/Inprocess/ShutdownTests.cs
@@ -13,11 +13,11 @@
13
namespace Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests
14
{
15
[Collection(PublishedSitesCollection.Name)]
16
- public class IISExpressShutdownTests : IISFunctionalTestBase
+ public class ShutdownTests : IISFunctionalTestBase
17
18
private readonly PublishedSitesFixture _fixture;
19
20
- public IISExpressShutdownTests(PublishedSitesFixture fixture)
+ public ShutdownTests(PublishedSitesFixture fixture)
21
22
_fixture = fixture;
23
}
0 commit comments