mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 16:48:45 +05:00
Rename from BalanceValue to BalanceUnits for AccountProfile
This commit is contained in:
committed by
Dan Christian Bogos
parent
6980a3f322
commit
1ff5adfa9d
@@ -1657,7 +1657,7 @@ func TestLoadAccountProfiles(t *testing.T) {
|
||||
Factor: 200,
|
||||
},
|
||||
},
|
||||
Value: 14,
|
||||
Units: 14,
|
||||
},
|
||||
&utils.TPAccountBalance{
|
||||
ID: "VoiceBalance",
|
||||
@@ -1667,7 +1667,7 @@ func TestLoadAccountProfiles(t *testing.T) {
|
||||
CostIncrement: []*utils.TPBalanceCostIncrement{},
|
||||
CostAttributes: []string{},
|
||||
UnitFactors: []*utils.TPBalanceUnitFactor{},
|
||||
Value: 3600000000000,
|
||||
Units: 3600000000000,
|
||||
},
|
||||
},
|
||||
ThresholdIDs: []string{utils.META_NONE},
|
||||
|
||||
Reference in New Issue
Block a user