tests passing
This commit is contained in:
@@ -90,10 +90,10 @@ func TestGetMonthlyAutoContributionRate(t *testing.T) {
|
||||
if len(got) != 2 {
|
||||
t.Error(got)
|
||||
}
|
||||
if got["x"] != 4 {
|
||||
if got["x"] != 0 { // too few contribution
|
||||
t.Error(got["x"])
|
||||
}
|
||||
if got["y"] != 3 {
|
||||
if got["y"] != 0 { // too few contribution
|
||||
t.Error(got["y"])
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user