Changed default language for Unit & Integration tests to en-US

This commit is contained in:
Nikolaj Geisle
2021-10-14 15:20:34 +02:00
parent 885281fc89
commit d992a6e71f
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
using NUnit.Framework;
[assembly: SetCulture("en-US")]
[assembly: SetUICulture("en-US")]

View File

@@ -0,0 +1,4 @@
using NUnit.Framework;
[assembly: SetCulture("en-US")]
[assembly: SetUICulture("en-US")]