diff --git a/message/router/middleware/poison_test.go b/message/router/middleware/poison_test.go index 762284c41..41bfc2c9e 100644 --- a/message/router/middleware/poison_test.go +++ b/message/router/middleware/poison_test.go @@ -21,7 +21,7 @@ import ( const topic = "testing_poison_queue_topic" -// TestPoisonQueue_publisher_working_handler_ok simulates the situation when the message is processed correctly +// TestPoisonQueue_handler_ok simulates the situation when the message is processed correctly // We expect that all messages pass through the middleware unaffected and the poison queue catches no messages. func TestPoisonQueue_handler_ok(t *testing.T) { poisonPublisher := mockPublisher{behaviour: BehaviourAlwaysOK}