mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-17 14:19:54 +05:00
Fixed wrong field type in test
This commit is contained in:
committed by
Dan Christian Bogos
parent
be173e1e07
commit
5c9f5fb39d
@@ -159,7 +159,7 @@ func testStorDBitCRUDTPAccounts(t *testing.T) {
|
||||
CostIncrement: []*utils.TPBalanceCostIncrement{
|
||||
{
|
||||
FilterIDs: []string{"fltr1", "fltr2"},
|
||||
Increment: utils.Float64Pointer(1.3),
|
||||
Increment: "1.3",
|
||||
FixedFee: utils.Float64Pointer(2.3),
|
||||
RecurrentFee: utils.Float64Pointer(3.3),
|
||||
},
|
||||
@@ -175,7 +175,7 @@ func testStorDBitCRUDTPAccounts(t *testing.T) {
|
||||
Factor: 200,
|
||||
},
|
||||
},
|
||||
Units: 14,
|
||||
Units: "14",
|
||||
},
|
||||
},
|
||||
ThresholdIDs: []string{utils.MetaNone},
|
||||
|
||||
Reference in New Issue
Block a user