diff --git a/api/events/types_test.go b/api/events/types_test.go index fe49ccc65..71046a9a7 100644 --- a/api/events/types_test.go +++ b/api/events/types_test.go @@ -187,5 +187,4 @@ func TestIsEmpty(t *testing.T) { LogIndex: &val, } assert.False(t, notEmptyCase.Empty()) - }