From 42f89f7424bddfd490b4d5b837257e8617119e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Kub=C3=AD=C4=8Dek?= Date: Thu, 15 Dec 2022 14:47:01 +0100 Subject: [PATCH] Rename TestPlan --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 2ec175c..2b18e14 100644 --- a/main.py +++ b/main.py @@ -34,7 +34,7 @@ FORM_LAYOUT = { """ Test Plan """ # This defines the name of the testbench. -plan = TestPlan('EVCC') +plan = TestPlan('Test') @plan.trigger('Configuration of test (select DUT ID)')