From fd7b31ef7a658b5f1faa37ee1b297e4dc01d12be Mon Sep 17 00:00:00 2001 From: Piotr PG Gajek Date: Mon, 2 Oct 2023 10:03:14 +0200 Subject: [PATCH] Refactoring --- force-app/main/default/classes/SOQL_Test.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/force-app/main/default/classes/SOQL_Test.cls b/force-app/main/default/classes/SOQL_Test.cls index eff7023..1f4e810 100644 --- a/force-app/main/default/classes/SOQL_Test.cls +++ b/force-app/main/default/classes/SOQL_Test.cls @@ -1940,7 +1940,7 @@ private class SOQL_Test { @IsTest static void toAggregatedMapWithEmptyCustomKey() { // Setup - List accounts = insertAccounts(); + insertAccounts(); // Test Map> result = SOQL.of(Account.SObjectType).toAggregatedMap(Account.Industry);