aboutsummaryrefslogtreecommitdiff
path: root/catbus_test.go
diff options
context:
space:
mode:
authorEthel Morgan <eth@ethulhu.co.uk>2020-12-12 15:15:03 +0000
committerEthel Morgan <eth@ethulhu.co.uk>2020-12-12 15:15:03 +0000
commit22e5e73a044cd20084a8dcba0db2d2da9e9a7c01 (patch)
tree460018c2338b44e2f3157ac3adc5898614d9ccd8 /catbus_test.go
parent8c3ec81e8400f1d43dc2ca6a65753be60cae8d80 (diff)
update Paho from v1.2.0 to v1.3.0HEADv0.0.7latest
Diffstat (limited to 'catbus_test.go')
-rw-r--r--catbus_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/catbus_test.go b/catbus_test.go
index ecabcdd..c480465 100644
--- a/catbus_test.go
+++ b/catbus_test.go
@@ -312,6 +312,9 @@ func (_ *fakeToken) Wait() bool {
func (_ *fakeToken) WaitTimeout(_ time.Duration) bool {
return false
}
+func (_ *fakeToken) Done() <-chan struct{} {
+ return nil
+}
func (_ *fakeToken) Error() error {
return nil
}