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 ce372bd commit 47885a5Copy full SHA for 47885a5
force-app/main/default/classes/SOQL.cls
@@ -1275,8 +1275,6 @@ public inherited sharing class SOQL implements Queryable {
1275
}
1276
1277
1278
- // Mocking
1279
-
1280
private class Mock {
1281
private final Map<String, List<SObject>> mocks = new Map<String, List<SObject>>();
1282
private final Map<String, String> staticResourceMocks = new Map<String, String>();
0 commit comments