We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2aecd5 commit a5eec57Copy full SHA for a5eec57
src/platform-utility/CustomMetadataDAO/classes/CustomMetadataDAOTest.cls
@@ -41,7 +41,7 @@ public class CustomMetadataDAOTest {
41
* @description Simple test for the getMetadata method.
42
*/
43
@IsTest
44
- static void testGetMetadata() {
+ private static void testGetMetadata() {
45
List<SObject> customMetadataRecords;
46
String query =
47
'SELECT MasterLabel ' +
0 commit comments