Skip to content

Commit d992a6e

Browse files
committed
Changed default language for Unit & Integration tests to en-US
1 parent 885281f commit d992a6e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
using NUnit.Framework;
2+
3+
[assembly: SetCulture("en-US")]
4+
[assembly: SetUICulture("en-US")]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
using NUnit.Framework;
2+
3+
[assembly: SetCulture("en-US")]
4+
[assembly: SetUICulture("en-US")]

0 commit comments

Comments
 (0)