mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Add coverage tests for utils and config
This commit is contained in:
committed by
Dan Christian Bogos
parent
7f9139a544
commit
d68a0d7e64
@@ -964,12 +964,12 @@ func TestRSRFieldParse(t *testing.T) {
|
||||
str := "test"
|
||||
ch := [2]string{str, str}
|
||||
rsrf := &RSRField{
|
||||
Id: str,
|
||||
Id: str,
|
||||
Rules: str,
|
||||
staticValue: str,
|
||||
RSRules: []*ReSearchReplace{},
|
||||
filters: []*RSRFilter{},
|
||||
converters: DataConverters{&RoundConverter{
|
||||
RSRules: []*ReSearchReplace{},
|
||||
filters: []*RSRFilter{},
|
||||
converters: DataConverters{&RoundConverter{
|
||||
Decimals: 1,
|
||||
Method: str,
|
||||
}},
|
||||
|
||||
Reference in New Issue
Block a user