refactor
This commit is contained in:
@@ -86,7 +86,7 @@ func TestGetMonthlyContributionRate(t *testing.T) {
|
||||
ledger.Balance{"x": 4},
|
||||
ledger.Balance{"y": 3},
|
||||
}
|
||||
got := getMonthlyContributionRate(input, time.Hour*24*365/4, "")
|
||||
got := getMonthlyContributionRate(input, time.Hour*24*365/4)
|
||||
if len(got) != 2 {
|
||||
t.Error(got)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user