From 4bb521c641ce7212b5f92ce62696fe87ac02b3de Mon Sep 17 00:00:00 2001 From: Jan Staelens Date: Thu, 21 Sep 2023 15:58:07 +0200 Subject: [PATCH] Test Committed via https://github.com/asottile/all-repos --- SLC-AS-TCATestScript_1/SLC_AS_TCATestScript_1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SLC-AS-TCATestScript_1/SLC_AS_TCATestScript_1.cs b/SLC-AS-TCATestScript_1/SLC_AS_TCATestScript_1.cs index 70ccae8..cb16dc2 100644 --- a/SLC-AS-TCATestScript_1/SLC_AS_TCATestScript_1.cs +++ b/SLC-AS-TCATestScript_1/SLC_AS_TCATestScript_1.cs @@ -70,7 +70,7 @@ public class Script public void Run(IEngine engine) { engine.GenerateInformation("Hello world"); - var order = OrderFactory.CreateOrder("Order 1"); + var order = OrderFactory.CreateOrder("JansChange Order 1"); order.Dispatch("Toon Casteele"); } }