youta-t/its

`its.ClosedChan` can not be `its.Matcher[chan T]`

youta-t opened this issue · 0 comments

ClosedChan[T] is always Matcher[<-chan T].

However,chan T can be received. It should be tested with ClosedChan.
ClosedChan should be also Matcher[chan T].