GWY
2022-03-17 ae3dbaacd49b295337c5c53dbf5cf732898ed6f8
force-app/main/default/classes/MyProfilePageControllerTest.cls
@@ -30,8 +30,8 @@
            System.assert(controller.getIsEdit() == false);
            Contact c = new Contact();
            c.Firstname='ZZ';
            c.LastName = 'TestContact';
            c.Phone = '11112222';
            insert c;
            c.title = currentUser.title;