diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-12-12 15:15:03 +0000 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-12-12 15:15:03 +0000 |
commit | 22e5e73a044cd20084a8dcba0db2d2da9e9a7c01 (patch) | |
tree | 460018c2338b44e2f3157ac3adc5898614d9ccd8 /catbus_test.go | |
parent | 8c3ec81e8400f1d43dc2ca6a65753be60cae8d80 (diff) |
Diffstat (limited to 'catbus_test.go')
-rw-r--r-- | catbus_test.go | 3 |
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 } |