-
Notifications
You must be signed in to change notification settings - Fork 4
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
SSCSCI-1493 #4288
base: master
Are you sure you want to change the base?
SSCSCI-1493 #4288
Conversation
CCD diff reportNo change |
Integration Tests results 82 files ±0 82 suites ±0 9m 25s ⏱️ +14s Results for commit ed7ca72. ± Comparison against base commit 97c63e1. This pull request removes 9 and adds 9 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
@@ -1931,6 +1934,9 @@ exela: | |||
addressPostcode: CM20 9QF | |||
scottishAddressLine2: PO BOX 13150 | |||
scottishPostcode: CM20 9TT | |||
ibcAddressLine1: HMCTS Infected Blood Compensation Appeals |
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.
can we use the same properties since it's the same value?
given(exelaAddressConfig.getAddressLine1()).willReturn("Line 1"); | ||
given(exelaAddressConfig.getAddressLine2()).willReturn("Line 2"); | ||
given(exelaAddressConfig.getAddressLine3()).willReturn("Line 3"); | ||
given(exelaAddressConfig.getAddressPostcode()).willReturn("Postcode"); |
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.
you could put these 4 mocks in a method to reduce repetition
Jira link
See SSCSCI-1493
Change description
updating PO box addresses for IBC cases for notifications and letters
Testing done
Checklist