-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[W6.1d][T17-B1]Jaivignesh Venugopal #894
base: master
Are you sure you want to change the base?
[W6.1d][T17-B1]Jaivignesh Venugopal #894
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jaivigneshvenugopal Some comments added. Please close the PR after reading comments. I am glad that you have attempted this LO =).
In future your PRs should be in latest by the end of thursday.
@@ -90,7 +94,9 @@ private void assertCommandBehavior(String inputCommand, | |||
//Confirm the state of data is as expected | |||
assertEquals(expectedAddressBook, addressBook); | |||
assertEquals(lastShownList, logic.getLastShownList()); | |||
assertEquals(addressBook, saveFile.load()); | |||
if(command.isMutating()){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coding standard violation! One more more of these problems detected:
- missing spaces before
{
No description provided.