Skip to content

Commit f749175

Browse files
committed
groupByRelatedToAggregated code smell
Signed-off-by: Piotr PG Gajek <[email protected]>
1 parent 078b941 commit f749175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

force-app/main/default/classes/SOQL_Test.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1731,7 +1731,7 @@ private class SOQL_Test {
17311731
@IsTest
17321732
static void groupByRelatedToAggregated() {
17331733
// Setup
1734-
List<Account> accounts = insertAccounts();
1734+
insertAccounts();
17351735

17361736
// Test
17371737
List<AggregateResult> results = SOQL.of(Account.SObjectType)

0 commit comments

Comments
 (0)