Merge pull request 'feature/test_component' (#5) from feature/test_component into master

Reviewed-on: #5
Reviewed-by: Amit Kumar <amit@accuriotech.com>
This commit was merged in pull request #5.
This commit is contained in:
2025-04-12 06:59:03 +00:00

View File

@@ -7,5 +7,6 @@ public with sharing class Sample1 {
System.debug('shreys'); System.debug('shreys');
System.debug('new changes'); System.debug('new changes');
System.debug('Testing 123'); System.debug('Testing 123');
System.debug('Tested 123');
} }
} }