Skip to content

Commit 80ae7f0

Browse files
committed
Fix test name
1 parent c6346cb commit 80ae7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.AspNetCore.Hosting.Tests/WebHostTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ public void WebHostDisposeApplicationFiresStopOnHostedService()
426426
}
427427

428428
[Fact]
429-
public void WebHostNotifiesAllIApplicationLifetimeEventsCallbacksAndIHostedServicesEvenIfTheyThrow()
429+
public void WebHostNotifiesAllIHostedServicesAndIApplicationLifetimeCallbacksEvenIfTheyThrow()
430430
{
431431
bool[] events1 = null;
432432
bool[] events2 = null;

0 commit comments

Comments
 (0)