Skip to content

Commit af10590

Browse files
committed
Update test_financial.py
1 parent c619b40 commit af10590

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_financial.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,6 @@ def test_npv_irr_congruence(self):
805805
([-100, 100, 0, 7], 0.06206),
806806
([-5, 10.5, 1, -8, 1], 0.0886),
807807
([-10000, 4000, 200, 6800, -1000, 40000, -30000, -10000], 0.0000),
808-
([-10000, 4000, 2000, 1000, 3000], 0.0000),
809808
],
810809
)
811810
def test_basic_values(self, v, desired):

0 commit comments

Comments
 (0)