Fix some naming
This commit is contained in:
+2
-2
@@ -57,8 +57,8 @@ public class ReverseJournalHandlerTests
|
||||
)
|
||||
{
|
||||
var command = new TransferFundsCommand(1, 2, transferAmount);
|
||||
var sourceAccount = new Account(1, sourceStartingBalance, AccountType.Liability);
|
||||
var destAccount = new Account(2, destStartingBalance, AccountType.Liability);
|
||||
var sourceAccount = new Account(1, sourceStartingBalance, AccountType.Spend);
|
||||
var destAccount = new Account(2, destStartingBalance, AccountType.Spend);
|
||||
var transferContext = new TransferContext(sourceAccount, destAccount, timeProvider.GetUtcNow());
|
||||
|
||||
// Act
|
||||
|
||||
Reference in New Issue
Block a user