Skip to content

Commit c058c3e

Browse files
committed
Update wrong scheduled status
1 parent 82d733c commit c058c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/tests/execution/scheduled_callbacks_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ func (s *ScheduledCallbacksSuite) TestScheduleCallback_ScheduleAndCancelCallback
116116
callbackID := s.scheduleCallback(futureTimestamp)
117117
s.T().Logf("scheduled callback with ID: %d", callbackID)
118118

119-
const scheduledStatus = 0
119+
const scheduledStatus = 1
120120
const canceledStatus = 3
121121

122122
// Wait fraction of the scheduled time

0 commit comments

Comments
 (0)