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