Skip to content

Commit

Permalink
typos testservice_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Pricstas authored Dec 18, 2024
1 parent 8ea8f5a commit c64b929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/testservice_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func (s *notificationTestService) SomeSubscription(ctx context.Context, n, val i
return nil, ErrNotificationsUnsupported
}

// By explicitly creating an subscription we make sure that the subscription id is send
// By explicitly creating a subscription we make sure that the subscription id is send
// back to the client before the first subscription.Notify is called. Otherwise the
// events might be send before the response for the *_subscribe method.
subscription := notifier.CreateSubscription()
Expand Down

0 comments on commit c64b929

Please sign in to comment.