fix names

This commit is contained in:
Oli Sturm
2026-04-23 18:45:47 +01:00
parent 7a6e565a49
commit af65d696a6
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ public class WithdrawMoneyTests
SaveAccount saveAccount
) BuildHandler()
{
var (loadAccount, saveAccount) = InMemoryAccount.Create();
var (loadAccount, saveAccount) = InMemoryAccountRepository.Create();
var withdraw = AccountApplication.CreateWithdrawMoney(loadAccount, saveAccount);
return (withdraw, loadAccount, saveAccount);
}