diff --git a/build/scripts/scripts.fsproj b/build/scripts/scripts.fsproj index c87e218e355..759899aef8a 100644 --- a/build/scripts/scripts.fsproj +++ b/build/scripts/scripts.fsproj @@ -36,7 +36,7 @@ - + diff --git a/src/Tests/Tests.Benchmarking/Tests.Benchmarking.csproj b/src/Tests/Tests.Benchmarking/Tests.Benchmarking.csproj index 1d3efec0053..8411dc347a9 100644 --- a/src/Tests/Tests.Benchmarking/Tests.Benchmarking.csproj +++ b/src/Tests/Tests.Benchmarking/Tests.Benchmarking.csproj @@ -13,7 +13,7 @@ - + diff --git a/src/Tests/Tests.Configuration/Tests.Configuration.csproj b/src/Tests/Tests.Configuration/Tests.Configuration.csproj index 2cc5417d369..f5976222e48 100644 --- a/src/Tests/Tests.Configuration/Tests.Configuration.csproj +++ b/src/Tests/Tests.Configuration/Tests.Configuration.csproj @@ -4,6 +4,6 @@ netstandard2.0 - + \ No newline at end of file diff --git a/src/Tests/Tests.Core/Tests.Core.csproj b/src/Tests/Tests.Core/Tests.Core.csproj index 46f45d684c0..de477918d7d 100644 --- a/src/Tests/Tests.Core/Tests.Core.csproj +++ b/src/Tests/Tests.Core/Tests.Core.csproj @@ -13,7 +13,7 @@ - + diff --git a/src/Tests/Tests.Domain/Tests.Domain.csproj b/src/Tests/Tests.Domain/Tests.Domain.csproj index 1098aa6a532..6d030b8a421 100644 --- a/src/Tests/Tests.Domain/Tests.Domain.csproj +++ b/src/Tests/Tests.Domain/Tests.Domain.csproj @@ -12,7 +12,7 @@ - + diff --git a/src/Tests/Tests/ClientConcepts/Troubleshooting/DeprecationLogging.doc.cs b/src/Tests/Tests/ClientConcepts/Troubleshooting/DeprecationLogging.doc.cs index c21161db1cb..15f49b4f40c 100644 --- a/src/Tests/Tests/ClientConcepts/Troubleshooting/DeprecationLogging.doc.cs +++ b/src/Tests/Tests/ClientConcepts/Troubleshooting/DeprecationLogging.doc.cs @@ -52,7 +52,7 @@ [I] public void RequestWithMultipleWarning() var response = this.Client.Search(request); response.ApiCall.DeprecationWarnings.Should().NotBeNullOrEmpty(); - response.ApiCall.DeprecationWarnings.Should().HaveCount(2); + response.ApiCall.DeprecationWarnings.Should().HaveCountGreaterOrEqualTo(2); response.DebugInformation.Should().Contain("Deprecated aggregation order key"); // <1> `DebugInformation` also contains the deprecation warnings } }