mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 14:34:17 +00:00
fix typos after Thane's review
Co-Authored-By: melekes <anton.kalyaev@gmail.com>
This commit is contained in:
@@ -38,7 +38,7 @@ func TestSubscribe(t *testing.T) {
|
||||
assertReceive(t, "Quicksilver", subscription.Out())
|
||||
}
|
||||
|
||||
func TestSubscribeWithOutCapacity(t *testing.T) {
|
||||
func TestSubscribeWithoutCapacity(t *testing.T) {
|
||||
s := pubsub.NewServer()
|
||||
s.SetLogger(log.TestingLogger())
|
||||
s.Start()
|
||||
|
||||
Reference in New Issue
Block a user