force-app/main/default/classes/PaymentMaintenanceContractTriggerTest.cls
@@ -89,7 +89,7 @@ pmc.Find_Dealers__c = account1.id; pmc.Find_Contact__c = test.id; pmc.Amount__c = 123.23; pmc.Employees__c = ac1.Id; //pmc.Employees__c = ac1.Id; pmc.ReceiveNo__c = '134'; pmc.ReceiveNoKey__c = '3245'; insert pmc;