Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsDue committed Dec 3, 2024
1 parent 0097b46 commit 6991332
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ public record MeteredDateForMeasurementPointMarketActivityRecord(
string EndedDateTime,
IReadOnlyList<PointActivityRecord> Points);

public record PointActivityRecord(int Position, string? Quality, int? Quantity);
public record PointActivityRecord(
int Position,
string? Quality,
int? Quantity);
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ public class MetricNameGenerationTests
"RejectRequestWholesaleSettlement",
"NotifyValidatedMeasureData",
"NotifyValidatedMeasureDataResponse",
"NotifyValidatedMeasureData",
"NotifyValidatedMeasureDataResponse",
];

private static readonly DocumentType[] _isOnlyTriggeredByIncomingMessage =
Expand Down

0 comments on commit 6991332

Please sign in to comment.