Commit f15263d9 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 60ee8b66
......@@ -316,8 +316,8 @@ var testExpectMap = map[string]testExpect{
"TestExpectType": {1,
`--- FAIL: TestExpectType (<TIME>)
example_test.go:205: t1: expect: tracetest_test.eventHello: got tracetest_test.eventHi T1·A
example_test.go:205: test shutdown: #streams: 1, #(pending events): 0
example_test.go:202: t1: expect: tracetest_test.eventHello: got tracetest_test.eventHi T1·A
example_test.go:202: test shutdown: #streams: 1, #(pending events): 0
# t1
tracetest.go:<LINE>: t1: send: unexpected event type
......@@ -325,14 +325,14 @@ var testExpectMap = map[string]testExpect{
"TestExpectValue": {1,
`--- FAIL: TestExpectValue (<TIME>)
example_test.go:221: t1: expect: tracetest_test.eventHi:
example_test.go:218: t1: expect: tracetest_test.eventHi:
want: T1·B
have: T1·A
diff:
-"T1·B"
+"T1·A"
example_test.go:221: test shutdown: #streams: 1, #(pending events): 0
example_test.go:218: test shutdown: #streams: 1, #(pending events): 0
# t1
tracetest.go:<LINE>: t1: send: unexpected event data
......
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