This commit is contained in:
Adrian Wright 2020-07-16 22:24:17 +01:00
commit b459a7e333
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ namespace Microsoft.AspNetCore.Components
} }
[Fact] [Fact]
public void IncomingParameterMatchesOverriddenParameter_ThatDoesNotHasAttribute() public void IncomingParameterMatchesOverriddenParameter_ThatDoesNotHaveAttribute()
{ {
// Test for https://github.com/dotnet/aspnetcore/issues/13162 // Test for https://github.com/dotnet/aspnetcore/issues/13162
// Arrange // Arrange