Add coverage tests for utils and config

This commit is contained in:
NikolasPetriti
2023-09-06 16:59:10 +02:00
committed by Dan Christian Bogos
parent 7f9139a544
commit d68a0d7e64

View File

@@ -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,
}},