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 7458eb6 commit 7d1cab3Copy full SHA for 7d1cab3
force-app/main/default/classes/main/standard-soql/SOQL_Test.cls
@@ -4458,7 +4458,7 @@ private class SOQL_Test {
4458
List<Account> accounts = insertAccountsWithParents();
4459
4460
// Test
4461
- Map<String, List<Account>> result = (Map<String, List<Account>>) SOQL.of(Account.SObjectType)
+ Map<String, List<Account>> result = SOQL.of(Account.SObjectType)
4462
.whereAre(SOQL.Filter.with(Account.ParentId).isNotNull())
4463
.toAggregatedMap('Parent.CreatedBy', User.Id);
4464
0 commit comments