mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Changed the Unit value in Decimal type
This commit is contained in:
committed by
Dan Christian Bogos
parent
8cc4c629e1
commit
17c8a46263
@@ -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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user