We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef728d9 commit c6f5de6Copy full SHA for c6f5de6
dbos/workflows_test.go
@@ -339,7 +339,7 @@ func TestWorkflowsRegistration(t *testing.T) {
339
// Attempting to register after launch should panic
340
defer func() {
341
if r := recover(); r == nil {
342
- require.FailNow(t, "expected panic from registration after launch but got none")
+ t.Fatal("expected panic from registration after launch but got none")
343
}
344
}()
345
RegisterWorkflow(freshCtx, simpleWorkflow)
0 commit comments