To replicate the bug, take note of the owner and pet name in the address book.
Type edit o1 n/ and enter the name in all lower case.
Observe that the name changes to lower case.
Type edit p1 n/ and enter the name of the pet in lower case
Observe that the name does not change to lower case.
This should be fixed because if the user has a pet named Cookie and it has been edited to be cookie there will not be any changes reflected in the list but the message will still be a success message, confusing the user.
To replicate the bug, take note of the owner and pet name in the address book.
edit o1 n/
and enter the name in all lower case.edit p1 n/
and enter the name of the pet in lower caseThis should be fixed because if the user has a pet named
Cookie
and it has been edited to becookie
there will not be any changes reflected in the list but the message will still be a success message, confusing the user.