export existing contribution predictor
This commit is contained in:
@@ -98,10 +98,10 @@ func TestGetMonthlyAutoContributionRate(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestNewAutoContributionPredictor(t *testing.T) {
|
||||
func TestNewContributionPredictor(t *testing.T) {
|
||||
name := "x"
|
||||
currency := ledger.USD
|
||||
predictor := newAutoContributionPredictor(map[string]ledger.Balance{
|
||||
predictor := NewContributionPredictor(map[string]ledger.Balance{
|
||||
name: {currency: 10},
|
||||
"y": {"XYZ": 3},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user