force-app/main/default/classes/CaseHpDeptUpdTriggerTest.cls
@@ -2,6 +2,7 @@ private class CaseHpDeptUpdTriggerTest { static testMethod void myUnitTest() { Oly_TriggerHandler.bypass('ContactTriggerHandler'); // レコードタイプ取得 RecordType hospitalRec = [select Id from RecordType where IsActive = true and SobjectType = 'Account' and Name = '病院']; RecordType sectionRec = [select Id from RecordType where IsActive = true and SobjectType = 'Account' and Name = '戦略科室分類 消化科'];