Open ghost opened 4 years ago
Some of the unit test will unnecessarily fail in non US-English locales.
Add [Culture("en-US")] so those will only run on this specific culture (and ignored for others). https://github.com/nunit/docs/wiki/Culture-Attribute
[Culture("en-US")]
Some of the unit test will unnecessarily fail in non US-English locales.