From 4a899c1a9e83ab9476b85522751081be434caa35 Mon Sep 17 00:00:00 2001 From: hop311 Date: Sat, 2 Dec 2023 15:48:08 +0000 Subject: Crime+event modifier loading + misc UI backend --- src/openvic-simulation/testing/test_scripts/A_002_economy_tests.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/openvic-simulation/testing') 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"); -- cgit v1.2.3-56-ga3b1