Skip to content

Commit 95a8a7c

Browse files
committed
Rename went wrong
1 parent f52cb2c commit 95a8a7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Servers/IIS/IIS/test/Common.FunctionalTests/Inprocess/ShutdownTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
namespace Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests
1414
{
1515
[Collection(PublishedSitesCollection.Name)]
16-
public class IISExpressShutdownTests : IISFunctionalTestBase
16+
public class ShutdownTests : IISFunctionalTestBase
1717
{
1818
private readonly PublishedSitesFixture _fixture;
1919

20-
public IISExpressShutdownTests(PublishedSitesFixture fixture)
20+
public ShutdownTests(PublishedSitesFixture fixture)
2121
{
2222
_fixture = fixture;
2323
}

0 commit comments

Comments
 (0)