Skip to content

Commit 5c5368b

Browse files
committed
chg: stabilize tests
1 parent dd1a4d1 commit 5c5368b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ type simpleReceiver struct {
119119
}
120120

121121
func (s *simpleReceiver) OnCallback(result string) {
122-
s.result.Store(result)
122+
s.ch <- result
123123
}
124124

125125
var _ = Describe("Client", func() {

0 commit comments

Comments
 (0)