From 33bff42e74634eb49eb907f3ea24ab5de0561046 Mon Sep 17 00:00:00 2001 From: Chetanya <95761876+chetanyagoyal@users.noreply.github.com> Date: Thu, 9 Nov 2023 17:46:07 +0530 Subject: [PATCH] Update test_simulation.py --- tests/common_api/test_simulation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/common_api/test_simulation.py b/tests/common_api/test_simulation.py index b5947f5d2..e921e4c25 100644 --- a/tests/common_api/test_simulation.py +++ b/tests/common_api/test_simulation.py @@ -10,7 +10,7 @@ from common.simulation import run_simulations -TEST_SIMULATION_DIR = os.path.join(os.path.dirname(__file__), 'test-simulation') +TEST_SIMULATION_DIR = os.path.join(os.path.dirname(__file__), 'work') EXPECTED_CONFIGS_DIR = os.path.join(TEST_SIMULATION_DIR, 'expected') RUNS_DIR = os.path.join(TEST_SIMULATION_DIR, 'runs') @@ -99,4 +99,4 @@ def test_simulations(): irms_value = get_value(log_file_text, 'irms') assert vrms_value != "NOT_FOUND", f"`vrms` value not found in the simulation output for config #{i}" - assert irms_value != "NOT_FOUND", f"`irms` value not found in the simulation output for config #{i}" \ No newline at end of file + assert irms_value != "NOT_FOUND", f"`irms` value not found in the simulation output for config #{i}"