We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a859013 commit ca0ea52Copy full SHA for ca0ea52
1 file changed
mediatr_test.go
@@ -70,12 +70,6 @@ func countNotificationHandlers(eventType reflect.Type) int {
70
return 0
71
}
72
73
-func countPipelineBehaviors() int {
74
- pipelineMutex.RLock()
75
- defer pipelineMutex.RUnlock()
76
- return len(pipelineBehaviors)
77
-}
78
-
79
func (t *MediatRTests) Test_Send_Should_Dispatch_Request_To_Factory() {
80
defer cleanup()
81
var factory1 RequestHandlerFactory[*RequestTest, *ResponseTest] = func() RequestHandler[*RequestTest, *ResponseTest] {
0 commit comments