Skip to content

Commit

Permalink
PC-1466: update test expecting CPCA to be live
Browse files Browse the repository at this point in the history
  • Loading branch information
samyou-softwire committed Nov 29, 2024
1 parent 06a223b commit 68bf8cf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ public void CreatePendingReferralRequestFileData_CalledWithReferralRequest_Gener
.WithTelephone("111")
.Build();
var referralRequest2 = new ReferralRequestBuilder(6)
.WithCustodianCode("235")
.WithCustodianCode("5120")
.WithRequestDate(new DateTime(2024, 2, 5, 1, 0, 0))
.WithReferralCode("TEST0002")
.WithFullName("Test User 2")
Expand All @@ -278,7 +278,7 @@ public void CreatePendingReferralRequestFileData_CalledWithReferralRequest_Gener
reader.ReadToEnd().Should().Be(
"Consortium,Local Authority,Referral Date,Referral Code,Name,Email,Telephone,Local Authority Status\r\n" +
"Bristol City Council,Bath and North East Somerset Council,2024-03-05 01:00:00,TEST0001,Test User 1,[email protected],111,Live\r\n" +
"Cambridgeshire and Peterborough Combined Authority,Bedford Borough Council,2024-02-05 01:00:00,TEST0002,Test User 2,[email protected],,Live\r\n" +
"Greater London Authority,London Borough of Bexley,2024-02-05 01:00:00,TEST0002,Test User 2,[email protected],,Live\r\n" +
"Bristol City Council,North Somerset Council,2024-01-05 01:00:00,TEST0003,Test User 3,,333,Live\r\n");
}
}

0 comments on commit 68bf8cf

Please sign in to comment.