Skip to content

Commit

Permalink
fix function name (#431)
Browse files Browse the repository at this point in the history
Signed-off-by: looklose <[email protected]>
  • Loading branch information
looklose authored Apr 10, 2024
1 parent 4aa7ef9 commit e4a1080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message/router/middleware/poison_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit e4a1080

Please sign in to comment.