소스 검색

Integration testing birth certificate certificate-source (2)

Andrew Grant 5 달 전
부모
커밋
f6b321fe17
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/test/java/scot/carricksoftware/grants/bootstrap/DataLoadOrganisationsTest.java

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

@@ -39,7 +39,7 @@ public class DataLoadOrganisationsTest {
         List<OrganisationCommand> organisationCommands = captor.getAllValues();
         boolean found = false;
         for (OrganisationCommand organisationCommand : organisationCommands) {
-            if (organisationCommand.getName().equals("Certificate Source")) {
+            if (organisationCommand.getName().equals("General Register Office For Scotland")) {
                 found = true;
             }
         }