Closed azylman closed 9 years ago
Apparently go1.4 changed how empty fields were encoded for csvs, so the tests were failing. This makes us read the rows back in and compare the structured results instead of comparing strings.
lgtm!
Apparently go1.4 changed how empty fields were encoded for csvs, so the tests were failing. This makes us read the rows back in and compare the structured results instead of comparing strings.