wow taht passes

This commit is contained in:
bel
2023-10-26 22:10:27 -06:00
parent c1237b4f5e
commit c044a48455
2 changed files with 8 additions and 7 deletions

View File

@@ -94,7 +94,7 @@ func TestGetMonthlyContributionRate(t *testing.T) {
ledger.Balance{"x": 4},
ledger.Balance{"y": 3},
}
got := getMonthlyContributionRate(input)
got := getMonthlyContributionRate(input, time.Hour*24*365/4)
if len(got) != 2 {
t.Error(got)
}