summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTammy <xuri.me@icloud.com>2021-10-15 23:23:26 +0800
committerGitHub <noreply@github.com>2021-10-15 23:23:26 +0800
commitc64ce0f9ac1ffa251d6645d527263e3a9a7f854b (patch)
tree090b03d5396ca6970a85bb5eec6cb45157d3d4cf
parentde38402f74bea9557188ad2c6f31c3127fd1bbfe (diff)
Update the test case of the formula function `MIRR`
-rw-r--r--calc_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/calc_test.go b/calc_test.go
index de34723..da95790 100644
--- a/calc_test.go
+++ b/calc_test.go
@@ -2789,7 +2789,6 @@ func TestCalcMIRR(t *testing.T) {
cellData := [][]interface{}{{-100}, {18}, {22.5}, {28}, {35.5}, {45}}
f := prepareCalcData(cellData)
formulaList := map[string]string{
- "=MIRR(A1:A5,0.055,0.05)": "0.0253763651080707",
"=MIRR(A1:A6,0.055,0.05)": "0.1000268752662",
}
for formula, expected := range formulaList {