force-app/main/default/classes/SetProvinceTargetBatchTest.cls
@@ -20,6 +20,7 @@ } static testMethod void testMethod1() { RecordType[] rt = [select Id from RecordType where SobjectType = 'Opportunity' and IsActive = true and DeveloperName = 'Target']; // システム管理者 User u3 = new User(); u3 = new User();