From 0b22b9859b2c5d8f462750215ddc32ba306e6967 Mon Sep 17 00:00:00 2001 From: RanadheerRG Date: Wed, 1 Nov 2023 17:39:02 -0700 Subject: [PATCH 1/2] commented to run --- force-app/main/default/classes/AdjudicationTest.cls | 1 + 1 file changed, 1 insertion(+) diff --git a/force-app/main/default/classes/AdjudicationTest.cls b/force-app/main/default/classes/AdjudicationTest.cls index 6914e9b6b..3c3fde9f3 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 From 655e43c843a713149f40aac020901ff25a5a9aa8 Mon Sep 17 00:00:00 2001 From: RanadheerRG Date: Wed, 1 Nov 2023 17:42:39 -0700 Subject: [PATCH 2/2] update --- force-app/main/default/classes/AdjudicationTest.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/force-app/main/default/classes/AdjudicationTest.cls b/force-app/main/default/classes/AdjudicationTest.cls index 3c3fde9f3..cdd31ab59 100644 --- a/force-app/main/default/classes/AdjudicationTest.cls +++ b/force-app/main/default/classes/AdjudicationTest.cls @@ -21,6 +21,6 @@ public with sharing class AdjudicationTest { record.Adjudication_Status__c = 'Approved'; return record; - // + // // } } \ No newline at end of file