Fix test name

This commit is contained in:
David Fowler 2016-12-05 23:33:41 -08:00
parent c6346cbde5
commit 80ae7f056c
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ namespace Microsoft.AspNetCore.Hosting
}
[Fact]
public void WebHostNotifiesAllIApplicationLifetimeEventsCallbacksAndIHostedServicesEvenIfTheyThrow()
public void WebHostNotifiesAllIHostedServicesAndIApplicationLifetimeCallbacksEvenIfTheyThrow()
{
bool[] events1 = null;
bool[] events2 = null;