diff --git a/test/TestApp/Program.cs b/test/TestApp/Program.cs index 15c358f6..46648b84 100644 --- a/test/TestApp/Program.cs +++ b/test/TestApp/Program.cs @@ -76,7 +76,7 @@ try { return -1; } Console.WriteLine("applying..."); - um.ApplyPendingUpdate(true, new[] { "test", "args !!" }); + um.ApplyUpdatesAndRestart(new[] { "test", "args !!" }); return 0; } }