|
@@ -77,7 +77,7 @@ class GatherDeathCertificateDeceasedTimeLineDataWhenNotRegisteredTest {
|
|
|
|
|
|
@Test
|
|
@Test
|
|
void registeredByNullTest() {
|
|
void registeredByNullTest() {
|
|
- deathCertificate.setWhenRegistered(null);
|
|
|
|
|
|
+ deathCertificate.setWhereRegistered(null);
|
|
deathCertificates.add(deathCertificate);
|
|
deathCertificates.add(deathCertificate);
|
|
when(timelineDataMock.getTimeLine()).thenReturn(timeLine);
|
|
when(timelineDataMock.getTimeLine()).thenReturn(timeLine);
|
|
gatherDeathCertificateDeceasedTimeLineData.gather(deathCertificates);
|
|
gatherDeathCertificateDeceasedTimeLineData.gather(deathCertificates);
|
|
@@ -87,7 +87,7 @@ class GatherDeathCertificateDeceasedTimeLineDataWhenNotRegisteredTest {
|
|
|
|
|
|
@Test
|
|
@Test
|
|
void registeredByEmptyTest() {
|
|
void registeredByEmptyTest() {
|
|
- deathCertificate.setWhenRegistered("");
|
|
|
|
|
|
+ deathCertificate.setWhereRegistered("");
|
|
deathCertificates.add(deathCertificate);
|
|
deathCertificates.add(deathCertificate);
|
|
when(timelineDataMock.getTimeLine()).thenReturn(timeLine);
|
|
when(timelineDataMock.getTimeLine()).thenReturn(timeLine);
|
|
gatherDeathCertificateDeceasedTimeLineData.gather(deathCertificates);
|
|
gatherDeathCertificateDeceasedTimeLineData.gather(deathCertificates);
|