Closed adamc00 closed 9 years ago
This small change uses the CSV module rather than a naive join(',') to create the observed vs expected headers in the error message. This will result in better messages if headers include commas.
Thanks! :+1:
This small change uses the CSV module rather than a naive join(',') to create the observed vs expected headers in the error message. This will result in better messages if headers include commas.