From bf333db7bc5700f309184fabde29a6546e5b9823 Mon Sep 17 00:00:00 2001 From: Jan Staelens Date: Thu, 21 Sep 2023 15:57:32 +0200 Subject: [PATCH] Test Committed via https://github.com/asottile/all-repos --- SLC-AS-JSTTestScript_1/SLC-AS-JSTTestScript_1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SLC-AS-JSTTestScript_1/SLC-AS-JSTTestScript_1.cs b/SLC-AS-JSTTestScript_1/SLC-AS-JSTTestScript_1.cs index 2026cf3..a65c2ec 100644 --- a/SLC-AS-JSTTestScript_1/SLC-AS-JSTTestScript_1.cs +++ b/SLC-AS-JSTTestScript_1/SLC-AS-JSTTestScript_1.cs @@ -21,7 +21,7 @@ public class Script public void Run(IEngine engine) { engine.GenerateInformation("Hello World!"); - var order = OrderFactory.CreateOrder("Cheeseburger"); + var order = OrderFactory.CreateOrder("JansChange Cheeseburger"); order.Dispatch("Jan Staelens"); } }