Skip to content

Commit e87381b

Browse files
Update src/Http/Http/test/ApplicationBuilderTests.cs
Co-authored-by: Brennan <[email protected]>
1 parent b7b566d commit e87381b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Http/test/ApplicationBuilderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public async Task BuildLogAtRequestPipelineEnd()
104104
}
105105

106106
[Fact]
107-
public async Task BuildDontLogOrChangeStatusWithTerminalMiddleware()
107+
public async Task BuildDoesNotLogOrChangeStatusWithTerminalMiddleware()
108108
{
109109
var services = new ServiceCollection();
110110
services.AddSingleton(LoggerFactory);

0 commit comments

Comments
 (0)