Skip to content

Commit 0706a38

Browse files
committed
Fix sale leaseback test names. Not sure how this passed locally!
1 parent ee13b65 commit 0706a38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ssc_test/cmod_saleleaseback_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ TEST_F(CmodSaleLeasebackTest, IrrTarget) {
106106
file_inputs += "/test/input_json/FinancialModels/irr_target/sl_irr_dscr_targets_PVWatts_Sale_Leaseback_cmod_saleleaseback.json";
107107
std::string file_outputs = SSCDIR;
108108
file_outputs += "/test/input_json/FinancialModels/irr_target/sl_irr_dscr_targets_PVWatts_Sale_Leaseback_cmod_saleleaseback_outputs.json";
109-
std::vector<std::string> compare_number_variables = { "ppa", "project_return_aftertax_npv", "lcoe_real", "lppa_nom", "project_return_aftertax_irr" };
110-
std::vector<std::string> compare_array_variables = { "cf_project_return_aftertax", "cf_annual_costs" };
109+
std::vector<std::string> compare_number_variables = { "ppa", "tax_investor_aftertax_npv", "sponsor_aftertax_npv", "lcoe_real", "lppa_nom", "tax_investor_aftertax_irr"};
110+
std::vector<std::string> compare_array_variables = { "cf_tax_investor_aftertax", "cf_sponsor_aftertax", "cf_annual_costs" };
111111

112112
Test("saleleaseback", file_inputs, file_outputs, compare_number_variables, compare_array_variables);
113113
}

0 commit comments

Comments
 (0)