Ver código fonte

DeathCertificateCommand Bootstrap test

Andrew Grant 4 meses atrás
pai
commit
7a4a3b3b07

+ 0 - 1
src/test/java/scot/carricksoftware/grants/bootstrap/DataLoadCertificatesDeathCertificatesTest.java

@@ -72,7 +72,6 @@ public class DataLoadCertificatesDeathCertificatesTest {
         ArgumentCaptor<DeathCertificateCommand> captor = ArgumentCaptor.forClass(DeathCertificateCommand.class);
 
         dataLoadCertificates.load();
-
         verify(deathCertificateServiceMock).saveDeathCertificateCommand(captor.capture());
         assertEquals(deceased, captor.getValue().getDeceased());
         assertEquals(father, captor.getValue().getFather());