From 681eda39e1ce2587724239ec148bf054b6aefb85 Mon Sep 17 00:00:00 2001 From: "zhaojunyan@shao.ac.cn" Date: Sat, 13 Apr 2024 16:11:32 +0800 Subject: [PATCH] test --- tests/test_mci_sim.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/test_mci_sim.py b/tests/test_mci_sim.py index 075503e..3453528 100644 --- a/tests/test_mci_sim.py +++ b/tests/test_mci_sim.py @@ -1,7 +1,7 @@ """ -Identifier: ifs_sim/tests/test_ifs_sim.py -Name: test_ifs_sim.py -Description: Test ifs sim. +Identifier: mci_sim/tests/test_mci_sim.py +Name: test_mci_sim.py +Description: Test mci sim. Author: Zhaojun Yan Created: 2024-04-09 Modified-History: @@ -44,7 +44,7 @@ class TestDemoFunction(unittest.TestCase): csst_mci_sim.runMCIsim(sourcein, configfile, dir_path, 1) self.assertEqual( - 1 , 1, + 0 , 1, "case 1: SCI sim passes.", ) -- GitLab