PR feedback
This commit is contained in:
parent
290ff2a268
commit
35d71068d4
|
|
@ -271,7 +271,6 @@ namespace Microsoft.AspNet.Http.Internal
|
||||||
{
|
{
|
||||||
if (property.Name.Contains("Feature"))
|
if (property.Name.Contains("Feature"))
|
||||||
{
|
{
|
||||||
Console.WriteLine($"{value.GetType().Name} {property.Name}");
|
|
||||||
var v = property.GetValue(value);
|
var v = property.GetValue(value);
|
||||||
Assert.Same(features[property.PropertyType], v);
|
Assert.Same(features[property.PropertyType], v);
|
||||||
Assert.NotNull(v);
|
Assert.NotNull(v);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue