Merge branch 'master' of https://github.com/adrianwright109/aspnetcore
This commit is contained in:
commit
b459a7e333
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue