Skip to content

Commit

Permalink
tests: test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
bugrakosen committed Oct 30, 2024
1 parent 06af1d3 commit afc35e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class PropertyLoaderTest
{
private readonly List<string> _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")]
Expand Down

0 comments on commit afc35e8

Please sign in to comment.