Skip to content

Commit f22cbc2

Browse files
committed
Endret til ny equals type
1 parent a5eec57 commit f22cbc2

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
@@ -61,7 +61,7 @@ public class CustomMetadataDAOTest {
6161
customMetadataRecords = new CustomMetadataDAO()
6262
.getCustomMetadataRecords(query);
6363
System.Test.stopTest();
64-
System.assertEquals(
64+
System.Assert.areEqual(
6565
1,
6666
customMetadataRecords.size(),
6767
'Size should match'

0 commit comments

Comments
 (0)