fsm: fixup observer options

pull/671/head
sputn1ck 5 months ago
parent 64394d0c98
commit fd0c78e014
No known key found for this signature in database
GPG Key ID: 671103D881A5F0E4

@ -83,7 +83,7 @@ func (w *InitialWaitOption) apply(o *fsmOptions) {
// and the state machine needs some time to process the event.
func (s *CachedObserver) WaitForState(ctx context.Context,
timeout time.Duration, state StateType,
opts ...InitialWaitOption) error {
opts ...WaitForStateOption) error {
var options fsmOptions

Loading…
Cancel
Save