buli
2022-04-26 ba1c90575c47f9cb5c2ce0a20da90d3b1739b5fa
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;