Merge branch 'rmcrackan:master' into master
This commit is contained in:
commit
ef973ac56a
3 changed files with 6 additions and 5 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue