Skip to content

Commit bb1ff11

Browse files
committed
Update CourseSchedulableTest.cls
1 parent 94a8d95 commit bb1ff11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

force-app/main/default/classes/CourseSchedulableTest.cls

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public class CourseSchedulableTest {
66
}
77
@isTest
88
public static void testCourseSchedulable() {
9-
String cronExpr = '0 0 0 21 3 ? 2025';
9+
String cronExpr = '0 0 0 21 9 ? 2025';
1010

1111
Course__c course1 = CourseRegistrationHandlerTest.getCourse('Testkurs');
1212
course1.RegistrationToDateTime__c = Datetime.Now().addDays(-85);

0 commit comments

Comments
 (0)