Remove AngleSharp package reference
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using AngleSharp.Common;
|
||||
using AutoFixture.NUnit3;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
@@ -782,8 +778,8 @@ public class MemberControllerUnitTests
|
||||
for (var index = 0; index < resultValue.Properties.Count(); index++)
|
||||
{
|
||||
Assert.AreNotSame(
|
||||
memberDisplay.Properties.GetItemByIndex(index),
|
||||
resultValue.Properties.GetItemByIndex(index));
|
||||
memberDisplay.Properties.ElementAt(index),
|
||||
resultValue.Properties.ElementAt(index));
|
||||
|
||||
// Assert.AreEqual(memberDisplay.Properties.GetItemByIndex(index), resultValue.Properties.GetItemByIndex(index));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user