From a8e37b01b9c3c36aeae81adc56ba531a7bb8f976 Mon Sep 17 00:00:00 2001 From: Mads Magnus Due Date: Mon, 2 Dec 2024 13:38:32 +0100 Subject: [PATCH] updated --- .../OutgoingMessages/MetricNameGenerationTests.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/Tests/Application/OutgoingMessages/MetricNameGenerationTests.cs b/source/Tests/Application/OutgoingMessages/MetricNameGenerationTests.cs index 5ed1cdec5..b637ccf81 100644 --- a/source/Tests/Application/OutgoingMessages/MetricNameGenerationTests.cs +++ b/source/Tests/Application/OutgoingMessages/MetricNameGenerationTests.cs @@ -46,11 +46,11 @@ public class MetricNameGenerationTests "NotifyWholesaleServices", "NotifyWholesaleServicesResponse", "RejectRequestWholesaleSettlement", - "MeteredDataForMeasurementPoint", - "MeteredDataForMeasurementPointResponse", + "NotifyValidatedMeasureData", + "NotifyValidatedMeasureDataResponse", ]; - private static readonly DocumentType[] _doesNotHaveIncomingMessageResponse = + private static readonly DocumentType[] _isOnlyTriggeredByIncomingMessage = [ DocumentType.RejectRequestWholesaleSettlement, DocumentType.RejectRequestAggregatedMeasureData @@ -92,7 +92,7 @@ private static List AllMessageGenerationsMetricsNames() false)); // Some documents are only logged as an outgoing message - if (!_doesNotHaveIncomingMessageResponse.Contains(documentType)) + if (!_isOnlyTriggeredByIncomingMessage.Contains(documentType)) { names.Add(MetricNameMapper.MessageGenerationMetricName( documentType,