Merge branch 'rmcrackan:master' into master

This commit is contained in:
Mbucari 2022-12-16 08:55:08 -07:00 committed by GitHub
commit ef973ac56a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 5 deletions

View file

@ -23,7 +23,7 @@ namespace AccountsTests
{
public class AccountsTestBase
{
protected const string EMPTY_FILE = "{\r\n \"Accounts\": []\r\n}";
protected string EMPTY_FILE { get; } = "{\r\n \"Accounts\": []\r\n}".Replace("\r\n", Environment.NewLine);
protected string TestFile;
protected Locale usLocale => Localization.Get("us");