@isTest private class SortUpdateOpp2BatchScheduleTest { static testMethod void testMethod1() { String CRON_EXP = '0 0 0 3 9 ? 2026'; System.Test.startTest(); String jobId = system.schedule('SortUpdateOpp2BatchScheduleTest', CRON_EXP, new SortUpdateOpp2BatchSchedule()); System.Test.StopTest(); } }