This commit is contained in:
Bel LaPointe
2023-10-27 17:33:05 -06:00
parent 13ff558de8
commit 859e47f9e1
2 changed files with 20 additions and 12 deletions

View File

@@ -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)
}