Skip to content

Commit 6308761

Browse files
luozexuanrach-id
authored andcommittedNov 18, 2024
chore: fix some function names (#1452)
## Description fix some function names --- #### PR checklist - [ ] Tests written/updated - [ ] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog) - [ ] Updated relevant documentation (`docs/` or `spec/`) and code comments Signed-off-by: luozexuan <[email protected]>
1 parent f04bc28 commit 6308761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎behaviour/reporter_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ func TestEqualPeerBehaviours(t *testing.T) {
121121
}
122122
}
123123

124-
// TestPeerBehaviourConcurrency constructs a scenario in which
124+
// TestMockPeerBehaviourReporterConcurrency constructs a scenario in which
125125
// multiple goroutines are using the same MockReporter instance.
126126
// This test reproduces the conditions in which MockReporter will
127127
// be used within a Reactor `Receive` method tests to ensure thread safety.

0 commit comments

Comments
 (0)
Please sign in to comment.