Skip to content

Commit 1af4688

Browse files
committed
comment
1 parent d58919b commit 1af4688

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dbos/workflows_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,8 +507,6 @@ func TestWorkflowsRegistration(t *testing.T) {
507507

508508
t.Run("validPanic", func(t *testing.T) {
509509
// 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
512510
workflow11 := func(ctx DBOSContext, input any) (any, error) {
513511
return input, nil
514512
}

0 commit comments

Comments
 (0)