From 17c8a46263523fcf029c178a437357bd71b0b9e1 Mon Sep 17 00:00:00 2001 From: porosnicuadrian Date: Fri, 8 Jan 2021 16:13:26 +0200 Subject: [PATCH] Changed the Unit value in Decimal type --- engine/z_onstor_it_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/z_onstor_it_test.go b/engine/z_onstor_it_test.go index 27bf749bd..863d8e72a 100644 --- a/engine/z_onstor_it_test.go +++ b/engine/z_onstor_it_test.go @@ -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", },