Skip to content

Commit 88fdb28

Browse files
committed
correct path
1 parent 2fa5a64 commit 88fdb28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ExcelFinancialFunctions.Tests/crosstests.fs

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ module CrossTests =
159159

160160
[<Test>]
161161
let ``npv given irr should be zero``() =
162-
runTests "npv(irr)" (fun [| cfs; _; res |] ->
162+
runTests "irr" (fun [| cfs; _; res |] ->
163163
(parse res, parseArray cfs), 0.) Financial.Npv
164164

165165
[<Test>]

0 commit comments

Comments
 (0)