Skip to content

Commit 79093be

Browse files
maxdmlCopilot
andauthored
Update dbos/workflows_test.go
Co-authored-by: Copilot <[email protected]>
1 parent cbe644f commit 79093be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbos/workflows_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2907,7 +2907,7 @@ func TestWorkflowTimeout(t *testing.T) {
29072907
// XXX this might be flaky and frankly not super useful
29082908
expectedDeadline := start.Add(timeout * 10 / 100)
29092909
if status.Deadline.Before(expectedDeadline) || status.Deadline.After(start.Add(timeout)) {
2910-
t.Fatalf("expected workflow deadline to be within %v and %v, got %v", expectedDeadline, status.Deadline, start.Add(timeout))
2910+
t.Fatalf("expected workflow deadline to be within %v and %v, got %v", expectedDeadline, start.Add(timeout), status.Deadline)
29112911
}
29122912
})
29132913
}

0 commit comments

Comments
 (0)