fix: don't return error when event data is nil

This commit is contained in:
James Houlahan
2020-04-17 09:09:34 +02:00
committed by Jakub Cuth
parent e1ecc11f38
commit 341a6501e6
7 changed files with 15 additions and 14 deletions

View File

@ -5,8 +5,9 @@
package mocks
import (
gomock "github.com/golang/mock/gomock"
reflect "reflect"
gomock "github.com/golang/mock/gomock"
)
// MockPanicHandler is a mock of PanicHandler interface