buli
2022-05-13 08a21f49f2eaf9cfc19ceb67b196cc36ba689305
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;