From 305c857b4aad4af8047258fc1c1d7693b47ca90c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Silveira?= Date: Fri, 3 Nov 2023 09:53:06 +0100 Subject: [PATCH] * removed zombie packages --- .../EventStore.Client.Tests.Common.csproj | 1 - test/EventStore.Client.Tests.Common/Fixtures/DatabaseWarmup.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/test/EventStore.Client.Tests.Common/EventStore.Client.Tests.Common.csproj b/test/EventStore.Client.Tests.Common/EventStore.Client.Tests.Common.csproj index cd63eaf70..c63d47b29 100644 --- a/test/EventStore.Client.Tests.Common/EventStore.Client.Tests.Common.csproj +++ b/test/EventStore.Client.Tests.Common/EventStore.Client.Tests.Common.csproj @@ -13,7 +13,6 @@ - diff --git a/test/EventStore.Client.Tests.Common/Fixtures/DatabaseWarmup.cs b/test/EventStore.Client.Tests.Common/Fixtures/DatabaseWarmup.cs index b052984d8..b991352e4 100644 --- a/test/EventStore.Client.Tests.Common/Fixtures/DatabaseWarmup.cs +++ b/test/EventStore.Client.Tests.Common/Fixtures/DatabaseWarmup.cs @@ -43,7 +43,6 @@ public static async Task TryExecuteOnce(T client, Func Semaphore.Release(); } } - static Task TryExecute(EventStoreClientBase client, Func action, CancellationToken cancellationToken) { var retry = Policy