Skip to content

Commit 570bb84

Browse files
committed
Change the folder structure in new packages
1 parent c09004e commit 570bb84

File tree

46 files changed

+32
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+32
-4
lines changed

sfdx-project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"versionNumber": "0.1.25.LATEST"
2525
},
2626
{
27-
"package": "custom-permission-helper",
27+
"package": "custom-metadata-dao",
2828
"versionNumber": "0.1.25.LATEST"
2929
}
3030
]

src/integration/ad-group-sync/classes/queueables/AdGroupSyncQueueable.cls renamed to src/integration/ad-group-sync/main/classes/AdGroupSyncQueueable.cls

File renamed without changes.

src/integration/ad-group-sync/classes/queueables/AdGroupSyncQueueable.cls-meta.xml renamed to src/integration/ad-group-sync/main/classes/AdGroupSyncQueueable.cls-meta.xml

File renamed without changes.

src/integration/ad-group-sync/classes/services/AdGroupSyncService.cls renamed to src/integration/ad-group-sync/main/classes/AdGroupSyncService.cls

File renamed without changes.

src/integration/ad-group-sync/classes/services/AdGroupSyncService.cls-meta.xml renamed to src/integration/ad-group-sync/main/classes/AdGroupSyncService.cls-meta.xml

File renamed without changes.

src/integration/ad-group-sync/classes/queueables/tests/AdGroupSyncQueueableTest.cls renamed to src/integration/ad-group-sync/test/classes/AdGroupSyncQueueableTest.cls

File renamed without changes.

src/integration/ad-group-sync/classes/queueables/tests/AdGroupSyncQueueableTest.cls-meta.xml renamed to src/integration/ad-group-sync/test/classes/AdGroupSyncQueueableTest.cls-meta.xml

File renamed without changes.

src/integration/ad-group-sync/classes/services/tests/AdGroupSyncServiceTest.cls renamed to src/integration/ad-group-sync/test/classes/AdGroupSyncServiceTest.cls

File renamed without changes.

src/integration/ad-group-sync/classes/services/tests/AdGroupSyncServiceTest.cls-meta.xml renamed to src/integration/ad-group-sync/test/classes/AdGroupSyncServiceTest.cls-meta.xml

File renamed without changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<ApexTestSuite xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<testClassName>AdGroupSyncQueueableTest</testClassName>
4+
<testClassName>AdGroupSyncServiceTest</testClassName>
5+
</ApexTestSuite>

0 commit comments

Comments
 (0)