Commit f4d307b3 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent aa64f2b3
......@@ -106,7 +106,7 @@ func TestTracetestExample(t *testing.T) {
}()
// assert that events come as expected
t.Expect("t2", eventHello("T2·D"))
t.Expect("t2", eventHi("T2·C"))
t.Expect("t1", eventHi("T1·A"))
t.Expect("t1", eventHello("T1·B"))
......
......@@ -728,7 +728,7 @@ func (t *T) closeStreamTab() (nnak int) {
}
}
pending := fmt.Sprintf("#streams: %d, #(pending events): %d\n", len(streams), len(sendv))
pending := fmt.Sprintf("test shutdown: #streams: %d, #(pending events): %d\n", len(streams), len(sendv))
for _, __ := range sendv {
pending += fmt.Sprintf("%s\t<- %T %v\n", __.ch.name(), __.msg.Event, __.msg.Event)
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment