Skip to content

Commit a5eec57

Browse files
committed
sette test metode til private
1 parent c2aecd5 commit a5eec57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform-utility/CustomMetadataDAO/classes/CustomMetadataDAOTest.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class CustomMetadataDAOTest {
4141
* @description Simple test for the getMetadata method.
4242
*/
4343
@IsTest
44-
static void testGetMetadata() {
44+
private static void testGetMetadata() {
4545
List<SObject> customMetadataRecords;
4646
String query =
4747
'SELECT MasterLabel ' +

0 commit comments

Comments
 (0)