From 80ae7f056c08b740820ee42a7df9eae34541e49e Mon Sep 17 00:00:00 2001 From: David Fowler Date: Mon, 5 Dec 2016 23:33:41 -0800 Subject: [PATCH] Fix test name --- test/Microsoft.AspNetCore.Hosting.Tests/WebHostTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.AspNetCore.Hosting.Tests/WebHostTests.cs b/test/Microsoft.AspNetCore.Hosting.Tests/WebHostTests.cs index 6f8c08c94d..928a857ab0 100644 --- a/test/Microsoft.AspNetCore.Hosting.Tests/WebHostTests.cs +++ b/test/Microsoft.AspNetCore.Hosting.Tests/WebHostTests.cs @@ -426,7 +426,7 @@ namespace Microsoft.AspNetCore.Hosting } [Fact] - public void WebHostNotifiesAllIApplicationLifetimeEventsCallbacksAndIHostedServicesEvenIfTheyThrow() + public void WebHostNotifiesAllIHostedServicesAndIApplicationLifetimeCallbacksEvenIfTheyThrow() { bool[] events1 = null; bool[] events2 = null;