Skip to content

Commit c6f5de6

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

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
@@ -339,7 +339,7 @@ func TestWorkflowsRegistration(t *testing.T) {
339339
// Attempting to register after launch should panic
340340
defer func() {
341341
if r := recover(); r == nil {
342-
require.FailNow(t, "expected panic from registration after launch but got none")
342+
t.Fatal("expected panic from registration after launch but got none")
343343
}
344344
}()
345345
RegisterWorkflow(freshCtx, simpleWorkflow)

0 commit comments

Comments
 (0)