黄千龙
2023-02-02 cd730d0b1a775abacfba06003bb58327d5d1fb3c
force-app/main/default/classes/UserToContactTriggerTest.cls
@@ -139,7 +139,7 @@
        System.assertEquals(user.Mobile_Phone__c, con[0].MobilePhone);
        System.assertEquals(user.Employee_No__c, con[0].Employee_No_manual__c);
        System.assertEquals(user.Work_Location__c, con[0].Work_Location_manual__c);
        System.assertEquals(user.Post__c, con[0].Post_picklist__c);
        //System.assertEquals(user.Post__c, con[0].Post_picklist__c);
        System.assertEquals(user.Job_Category__c, con[0].Job_Category_picklist__c);
        System.assertEquals(user.Pregnant_Rest__c, con[0].Pregnant_Rest__c);