aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/testing/test_scripts
diff options
context:
space:
mode:
author hop311 <hop3114@gmail.com>2023-12-02 16:48:08 +0100
committer hop311 <hop3114@gmail.com>2023-12-02 20:14:29 +0100
commit4a899c1a9e83ab9476b85522751081be434caa35 (patch)
treef1f6276c91beceecdfd9b09083d1c91ea8b41b60 /src/openvic-simulation/testing/test_scripts
parentcd6875d5e0ca5e2545fd0e1647678cd18a6c81c2 (diff)
Crime+event modifier loading + misc UI backend
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");