buli
2022-04-25 4cf305347ea6f6a73e03fa9427a3de80ca35ae7a
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;