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