Changed the Unit value in Decimal type

This commit is contained in:
porosnicuadrian
2021-01-08 16:13:26 +02:00
committed by Dan Christian Bogos
parent 8cc4c629e1
commit 17c8a46263

View File

@@ -2329,7 +2329,7 @@ func testOnStorITAccountProfile(t *testing.T) {
FilterIDs: []string{"FLTR_RES_GR2"},
Weight: 10,
Type: utils.VOICE,
Units: 3600,
Units: utils.NewDecimal(3600, 0),
Opts: map[string]interface{}{
"key1": "val1",
},