-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PC-1466: update test expecting CPCA to be live
- Loading branch information
1 parent
06a223b
commit 68bf8cf
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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") | ||
|
@@ -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"); | ||
} | ||
} |