From e038a89dd482a788b9399d938ab1d7657689e99a Mon Sep 17 00:00:00 2001 From: Adam Sitnik Date: Tue, 2 Apr 2024 10:28:37 +0200 Subject: [PATCH] CI fix? --- test/HealthChecks.System.Tests/HealthChecks.System.approved.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/HealthChecks.System.Tests/HealthChecks.System.approved.txt b/test/HealthChecks.System.Tests/HealthChecks.System.approved.txt index 6e87ad8c67..9d9b33190e 100644 --- a/test/HealthChecks.System.Tests/HealthChecks.System.approved.txt +++ b/test/HealthChecks.System.Tests/HealthChecks.System.approved.txt @@ -79,4 +79,4 @@ namespace Microsoft.Extensions.DependencyInjection public static Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder AddWindowsServiceHealthCheck(this Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder builder, string serviceName, System.Func predicate, string? machineName = null, string? name = null, Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus? failureStatus = default, System.Collections.Generic.IEnumerable? tags = null, System.TimeSpan? timeout = default) { } public static Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder AddWorkingSetHealthCheck(this Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder builder, long maximumMemoryBytes, string? name = null, Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus? failureStatus = default, System.Collections.Generic.IEnumerable? tags = null, System.TimeSpan? timeout = default) { } } -} +} \ No newline at end of file