Skip to content

Commit

Permalink
groupByRelatedToAggregated code smell
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr PG Gajek <[email protected]>
  • Loading branch information
pgajek2 committed May 2, 2024
1 parent 078b941 commit f749175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion force-app/main/default/classes/SOQL_Test.cls
Original file line number Diff line number Diff line change
Expand Up @@ -1731,7 +1731,7 @@ private class SOQL_Test {
@IsTest
static void groupByRelatedToAggregated() {
// Setup
List<Account> accounts = insertAccounts();
insertAccounts();

// Test
List<AggregateResult> results = SOQL.of(Account.SObjectType)
Expand Down

0 comments on commit f749175

Please sign in to comment.