Covered cgrevent to 100%

This commit is contained in:
porosnicuadrian
2020-10-08 17:34:07 +03:00
committed by Dan Christian Bogos
parent 984c0b7833
commit 2c81729e02

View File

@@ -371,6 +371,13 @@ func TestCGREventconsumeRoutePaginator(t *testing.T) {
}
}
func TestCGREventconsumeRoutePaginatorCase1(t *testing.T) {
opts := map[string]interface{}{}
if _, err := GetRoutePaginatorFromOpts(opts); err != nil {
t.Error(err)
}
}
func TestCGREventWithOptsClone(t *testing.T) {
//empty check
cgrEventWithOpts := new(CGREventWithOpts)