Fix test name
This commit is contained in:
parent
c6346cbde5
commit
80ae7f056c
|
|
@ -426,7 +426,7 @@ namespace Microsoft.AspNetCore.Hosting
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
public void WebHostNotifiesAllIApplicationLifetimeEventsCallbacksAndIHostedServicesEvenIfTheyThrow()
|
public void WebHostNotifiesAllIHostedServicesAndIApplicationLifetimeCallbacksEvenIfTheyThrow()
|
||||||
{
|
{
|
||||||
bool[] events1 = null;
|
bool[] events1 = null;
|
||||||
bool[] events2 = null;
|
bool[] events2 = null;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue