diff --git a/test/Optivem.Kata.Banking.Test/System/BankAccountControllerSystemTest.cs b/test/Optivem.Kata.Banking.Test/System/BankAccountControllerSystemTest.cs index e8a1347..1344896 100644 --- a/test/Optivem.Kata.Banking.Test/System/BankAccountControllerSystemTest.cs +++ b/test/Optivem.Kata.Banking.Test/System/BankAccountControllerSystemTest.cs @@ -44,7 +44,7 @@ public async Task Nothing() } - [Fact(Skip = "TODO: In progress")] + [Fact] public async Task Should_open_bank_account_given_valid_request() { var url = "bank-accounts";