Skip to content

Commit

Permalink
chore: fix some function names (#1452)
Browse files Browse the repository at this point in the history
## 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 <fetchcode@139.com>
  • Loading branch information
luozexuan committed Sep 25, 2024
1 parent 9327f2b commit 0be16ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion behaviour/reporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0be16ec

Please sign in to comment.