From 770148950ae4823af825bac6ca6bcc54394acc2b Mon Sep 17 00:00:00 2001 From: "shimoda.m@nds-tyo.co.jp" Date: Tue, 16 Aug 2022 10:19:48 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=E3=83=86=E3=82=B9=E3=83=88?= =?UTF-8?q?=E3=82=AF=E3=83=A9=E3=82=B9=E5=90=8D=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecs/crm-datafetch/tests/test_check_object_info_process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecs/crm-datafetch/tests/test_check_object_info_process.py b/ecs/crm-datafetch/tests/test_check_object_info_process.py index a5bc41ec..2e938504 100644 --- a/ecs/crm-datafetch/tests/test_check_object_info_process.py +++ b/ecs/crm-datafetch/tests/test_check_object_info_process.py @@ -10,7 +10,7 @@ from src.util.execute_datetime import ExecuteDateTime from .test_utils.log_message import generate_log_message_tuple -class TestPrepareDataFetchProcess: +class TestCheckObjectInfoProcess: def test_run_process_success(self, caplog): """