buli
2022-04-08 f50c0ec115e25dc7f980bafda8169ed5ddfe1a8f
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;