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 a5eec57 commit f22cbc2Copy full SHA for f22cbc2
src/platform-utility/CustomMetadataDAO/classes/CustomMetadataDAOTest.cls
@@ -61,7 +61,7 @@ public class CustomMetadataDAOTest {
61
customMetadataRecords = new CustomMetadataDAO()
62
.getCustomMetadataRecords(query);
63
System.Test.stopTest();
64
- System.assertEquals(
+ System.Assert.areEqual(
65
1,
66
customMetadataRecords.size(),
67
'Size should match'
0 commit comments