mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-30 19:51:58 +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