C
C#2mo ago
ROBERT311

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
No description
4 Replies
ROBERT311
ROBERT311OP2mo ago
using xUnit
Sossenbinder
Sossenbinder2mo ago
I'm not familiar with the vsc C# test runner, but this kinda looks like the list sizes differ? Did you debug through already?
ROBERT311
ROBERT311OP2mo ago
oh you mean it might be multiple elements compared instead of one actual element because of the comma?
Sossenbinder
Sossenbinder2mo ago
At least it gives that impression

Did you find this page helpful?