Skip to content

Commit

Permalink
Merge pull request #79 from GovTechSG/MOL-12787
Browse files Browse the repository at this point in the history
[MOL-12787][CWH] Update NsResident6 address
  • Loading branch information
Gyunikuchan authored Jan 31, 2024
2 parents 7b11c97 + d5719d2 commit b797094
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/myinfo/fake/profiles/msNsResident6.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ export const msNsResident6: FakeProfile = {
value: "1988-08-08",
};

(profile.regadd as MyInfoComponents.Schemas.DataitemAddressSg).unit.value = "1914";
(profile.regadd as MyInfoComponents.Schemas.DataitemAddressSg).unit.value = "221";
(profile.regadd as MyInfoComponents.Schemas.DataitemAddressSg).floor.value = "05";
(profile.regadd as MyInfoComponents.Schemas.DataitemAddressSg).block.value = "342A";
(profile.regadd as MyInfoComponents.Schemas.DataitemAddressSg).street.value = "YISHUN RING ROAD";
(profile.regadd as MyInfoComponents.Schemas.DataitemAddressSg).postal.value = "761342";
(profile.regadd as MyInfoComponents.Schemas.DataitemAddressSg).block.value = "250";
(profile.regadd as MyInfoComponents.Schemas.DataitemAddressSg).street.value = "YISHUN AVENUE 9";
(profile.regadd as MyInfoComponents.Schemas.DataitemAddressSg).postal.value = "760250";

return profile;
},
Expand Down

0 comments on commit b797094

Please sign in to comment.