diff --git a/ExpressionBuilder.Test.NetCore/Integration/PropertyLoaderTest.cs b/ExpressionBuilder.Test.NetCore/Integration/PropertyLoaderTest.cs index 0498aed..e9444a3 100644 --- a/ExpressionBuilder.Test.NetCore/Integration/PropertyLoaderTest.cs +++ b/ExpressionBuilder.Test.NetCore/Integration/PropertyLoaderTest.cs @@ -12,7 +12,7 @@ public class PropertyLoaderTest { private readonly List _propertyIds = [ - "Id", "Name", "Gender", "Salary","SalaryDate", "Birth.Date", "Birth.DateOffset", "Birth.Age", "Birth.Country", "Contacts[Type]", "Contacts[Value]", "Contacts[Comments]", "Employer.Name", "Employer.Industry", "EmployeeReferenceNumber" + "Id", "Name", "Gender", "Salary","SalaryDate","SalaryDateOffset", "Birth.Date", "Birth.DateOffset", "Birth.Age", "Birth.Country", "Contacts[Type]", "Contacts[Value]", "Contacts[Comments]", "Employer.Name", "Employer.Industry", "EmployeeReferenceNumber" ]; [TestCase(TestName = "Checking the loading of classes' properties and fields")]