This commit is contained in:
@@ -1802,7 +1802,7 @@ namespace AyaNova.Util
|
||||
u.UserOptions.EmailAddress = bogusEmail;
|
||||
u.UserOptions.Hour12 = true;
|
||||
u.UserOptions.CurrencyName = "USD";
|
||||
u.UserOptions.UiColor = Fake.Internet.Color().ToUpperInvariant();
|
||||
u.UserOptions.UiColor = Fake.Internet.Color().ToUpperInvariant()+"FF";
|
||||
|
||||
|
||||
//this seems wrong to get a new context inside a loop but in testing is actually faster!?
|
||||
|
||||
Reference in New Issue
Block a user