Skip to content
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

Add support for asset report refresh #126

Merged
merged 2 commits into from
Oct 18, 2018
Merged

Conversation

notthefakestephen
Copy link
Contributor

No description provided.

assertEquals(originalUser.getMiddleName(), refreshedUser.getMiddleName());
assertEquals(originalUser.getPhoneNumber(), refreshedUser.getPhoneNumber());
assertEquals(originalUser.getSsn(), refreshedUser.getSsn());
assertEquals("newLastName", refreshedUser.getLastName());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit can we extract a variable for "newLastName"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚡️

@notthefakestephen notthefakestephen merged commit 8c72e4c into master Oct 18, 2018
@notthefakestephen notthefakestephen deleted the st-assets-refresh branch October 18, 2018 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants