mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Covered cgrevent to 100%
This commit is contained in:
committed by
Dan Christian Bogos
parent
984c0b7833
commit
2c81729e02
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user