Skip to content

Commit db4e521

Browse files
committed
#31 Added TODOs to come back and add unit tests for BankAccount Update / Put
1 parent 2aef303 commit db4e521

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/AdminAssistant.Test/DomainModel/Modules/AccountsModule/CQRS/BankAccountUpdateCommand_UnitTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ public async Task Return_ValidationError_GivenAnInvalidBankAccount()
6363
result.Status.Should().Be(ResultStatus.Invalid);
6464
result.ValidationErrors.Should().NotBeEmpty();
6565
}
66+
// TODO: Add test for BankAccountUpdateCommand where BankAccountID not in IBankAccountRepository
6667
}
6768
}
6869
#pragma warning restore CA1707 // Identifiers should not contain underscores

src/AdminAssistant.Test/WebAPI/v1/AccountsModule/BankAccountController_UnitTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ namespace AdminAssistant.WebAPI.v1.AccountsModule
1919
{
2020
public class BankAccountController_Put_Should
2121
{
22+
// TODO: BankAccountController_Put UnitTests
2223
}
2324

2425
public class BankAccountController_BankAccountPost_Should

0 commit comments

Comments
 (0)