This commit is contained in:
2022-03-09 18:49:11 +00:00
parent 8b5a8e323a
commit efcb0dd49d
3 changed files with 6 additions and 11 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()+"FF";
//this seems wrong to get a new context inside a loop but in testing is actually faster!?