aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/testing/test_scripts
diff options
context:
space:
mode:
Diffstat (limited to 'src/openvic-simulation/testing/test_scripts')
-rw-r--r--src/openvic-simulation/testing/test_scripts/A_002_economy_tests.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/openvic-simulation/testing/test_scripts/A_002_economy_tests.cpp b/src/openvic-simulation/testing/test_scripts/A_002_economy_tests.cpp
index ffe1ee9..4bff710 100644
--- a/src/openvic-simulation/testing/test_scripts/A_002_economy_tests.cpp
+++ b/src/openvic-simulation/testing/test_scripts/A_002_economy_tests.cpp
@@ -167,7 +167,7 @@ namespace OpenVic {
);
add_requirement(ECON_244);
Requirement* ECON_245 = new Requirement(
- "ECON_245", "The base price for Precious Metal shall be 8",
+ "ECON_245", "The base price for Precious Metal shall be 8",
"The base price of 8 for Precious Metal can be seen in program output data"
);
add_requirement(ECON_245);
@@ -449,7 +449,7 @@ namespace OpenVic {
check_base_price("paper", "3.4", "ECON_244");
// ECON_245
- // The base price for Precious Metal shall be 8
+ // The base price for Precious Metal shall be 8
// The base price of 8 for Precious Metal can be seen in program output data
check_base_price("precious_metal", "8.0", "ECON_245");