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 d58919b commit 1af4688Copy full SHA for 1af4688
dbos/workflows_test.go
@@ -507,8 +507,6 @@ func TestWorkflowsRegistration(t *testing.T) {
507
508
t.Run("validPanic", func(t *testing.T) {
509
// Verify that non-duplicate registration panics are still propagated
510
- // interface{} types cause gob.Register to panic because they can't register a nil interface
511
- // This should NOT be caught by safeGobRegister since it's not a duplicate registration error
512
workflow11 := func(ctx DBOSContext, input any) (any, error) {
513
return input, nil
514
}
0 commit comments