forked from Silverfish/proton-bridge
fix: don't return error when event data is nil
This commit is contained in:
committed by
Jakub Cuth
parent
e1ecc11f38
commit
341a6501e6
@ -5,9 +5,10 @@
|
||||
package mocks
|
||||
|
||||
import (
|
||||
gomock "github.com/golang/mock/gomock"
|
||||
reflect "reflect"
|
||||
time "time"
|
||||
|
||||
gomock "github.com/golang/mock/gomock"
|
||||
)
|
||||
|
||||
// MockListener is a mock of Listener interface
|
||||
|
||||
Reference in New Issue
Block a user