mirror of
https://github.com/fluffle/goirc
synced 2025-05-13 02:53:19 +00:00
Fix SerialDispatcher test.
This commit is contained in:
parent
1849d886d4
commit
bb703cc945
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ func TestParallelDispatch(t *testing.T) {
|
|||
|
||||
func TestSerialDispatch(t *testing.T) {
|
||||
r := NewRegistry()
|
||||
r.Serial()
|
||||
r.(*registry).Serial()
|
||||
// ensure we have enough of a buffer that all sends complete
|
||||
out := make(chan int, 5)
|
||||
// handler factory :-)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue