Skip to content

Commit 42ca3eb

Browse files
Fully qualify import in test_economics.py (NREL#228)
1 parent b5997d3 commit 42ca3eb

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
@@ -1,5 +1,5 @@
1-
from base_test_case import BaseTestCase
21
from geophires_x.Economics import CalculateFinancialPerformance
2+
from tests.base_test_case import BaseTestCase
33

44

55
class EconomicsTestCase(BaseTestCase):

0 commit comments

Comments
 (0)