mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-01 07:31:20 +00:00
fix typos after Thane's review
Co-Authored-By: melekes <anton.kalyaev@gmail.com>
This commit is contained in:
parent
95dc174b97
commit
b30cb5fde9
@ -38,7 +38,7 @@ func TestSubscribe(t *testing.T) {
|
|||||||
assertReceive(t, "Quicksilver", subscription.Out())
|
assertReceive(t, "Quicksilver", subscription.Out())
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestSubscribeWithOutCapacity(t *testing.T) {
|
func TestSubscribeWithoutCapacity(t *testing.T) {
|
||||||
s := pubsub.NewServer()
|
s := pubsub.NewServer()
|
||||||
s.SetLogger(log.TestingLogger())
|
s.SetLogger(log.TestingLogger())
|
||||||
s.Start()
|
s.Start()
|
||||||
|
@ -251,7 +251,7 @@ type WSRPCContext struct {
|
|||||||
WSRPCConnection
|
WSRPCConnection
|
||||||
}
|
}
|
||||||
|
|
||||||
// EventSubscriber mirros tendermint/tendermint/types.EventBusSubscriber
|
// EventSubscriber mirrors tendermint/tendermint/types.EventBusSubscriber
|
||||||
type EventSubscriber interface {
|
type EventSubscriber interface {
|
||||||
Subscribe(ctx context.Context, subscriber string, query tmpubsub.Query, outCapacity ...int) (tmtypes.Subscription, error)
|
Subscribe(ctx context.Context, subscriber string, query tmpubsub.Query, outCapacity ...int) (tmtypes.Subscription, error)
|
||||||
Unsubscribe(ctx context.Context, subscriber string, query tmpubsub.Query) error
|
Unsubscribe(ctx context.Context, subscriber string, query tmpubsub.Query) error
|
||||||
|
Loading…
x
Reference in New Issue
Block a user