Hi @valentinacupac! Following the instructions from issue #90, I deleted the test class BankAccountMapperTest and added a new test to verify the update method at class BankAccountStorage.
With the new test should_only_update_filled_attributes() the BankAccountStorageTest will be complete and will test all three methods in the BankAccountStorage (find, add, and update).
Hi @valentinacupac! Following the instructions from issue #90, I deleted the test class BankAccountMapperTest and added a new test to verify the update method at class BankAccountStorage.