From 46f9c6f0a04f33135fea3347a2878892fa129d75 Mon Sep 17 00:00:00 2001 From: luozexuan Date: Fri, 9 Aug 2024 23:42:25 +0800 Subject: [PATCH] chore: fix function name Signed-off-by: luozexuan --- behaviour/reporter_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/behaviour/reporter_test.go b/behaviour/reporter_test.go index 330505bd23..032ba699e2 100644 --- a/behaviour/reporter_test.go +++ b/behaviour/reporter_test.go @@ -121,7 +121,7 @@ func TestEqualPeerBehaviours(t *testing.T) { } } -// TestPeerBehaviourConcurrency constructs a scenario in which +// TestMockPeerBehaviourReporterConcurrency constructs a scenario in which // multiple goroutines are using the same MockReporter instance. // This test reproduces the conditions in which MockReporter will // be used within a Reactor `Receive` method tests to ensure thread safety.