This commit is contained in:
2022-03-01 20:26:05 +00:00
parent 4f76d2f3e4
commit 8966f0e8e4
6 changed files with 31 additions and 36 deletions

View File

@@ -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();
//this seems wrong to get a new context inside a loop but in testing is actually faster!?