Skip to content

Commit 88d6774

Browse files
Fix erroneous copy-pasted test case name
1 parent 778f1e2 commit 88d6774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/geophires_x_tests/test_economics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from geophires_x.Economics import CalculateFinancialPerformance
33

44

5-
class ReservoirTestCase(BaseTestCase):
5+
class EconomicsTestCase(BaseTestCase):
66
def test_irr(self):
77
"""
88
Test cases adapted from https://numpy.org/numpy-financial/latest/irr.html

0 commit comments

Comments
 (0)