diff --git a/force-app/main/default/classes/AdjudicationTest.cls b/force-app/main/default/classes/AdjudicationTest.cls index 6914e9b6b..cdd31ab59 100644 --- a/force-app/main/default/classes/AdjudicationTest.cls +++ b/force-app/main/default/classes/AdjudicationTest.cls @@ -21,5 +21,6 @@ public with sharing class AdjudicationTest { record.Adjudication_Status__c = 'Approved'; return record; + // // } } \ No newline at end of file