Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
pgajek2 committed Oct 2, 2023
1 parent d5ac02a commit fd7b31e
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 @@ -1940,7 +1940,7 @@ private class SOQL_Test {
@IsTest
static void toAggregatedMapWithEmptyCustomKey() {
// Setup
List<Account> accounts = insertAccounts();
insertAccounts();

// Test
Map<String, List<Account>> result = SOQL.of(Account.SObjectType).toAggregatedMap(Account.Industry);
Expand Down

0 comments on commit fd7b31e

Please sign in to comment.