need help!!! unit testing
im trying to compare a value from my csv file to an expected value and for some reason this is what im getting i dont understand whats the issue ive tried reformatting but didint work

4 Replies
using xUnit
I'm not familiar with the vsc C# test runner, but this kinda looks like the list sizes differ?
Did you debug through already?
oh you mean it might be multiple elements compared instead of one actual element because of the comma?
At least it gives that impression