From d76ef3241daf57819c36c416de0a4008498f9898 Mon Sep 17 00:00:00 2001 From: Simon Hornby Date: Fri, 28 Jun 2024 11:42:54 +0200 Subject: [PATCH] chore: kick the build server --- tests/Unleash.Tests/Integration/ClientSpecificationTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Unleash.Tests/Integration/ClientSpecificationTests.cs b/tests/Unleash.Tests/Integration/ClientSpecificationTests.cs index 7cf607b2..9dde0600 100644 --- a/tests/Unleash.Tests/Integration/ClientSpecificationTests.cs +++ b/tests/Unleash.Tests/Integration/ClientSpecificationTests.cs @@ -36,6 +36,7 @@ static TestFactory() { var specificationsPath = Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "Integration", "Data"); + Console.WriteLine("KICK THE BUILD SERVER!"); using (var client = new HttpClient()) { var csTestsVersion = "v5.1.4";