Skip to content

Commit

Permalink
Fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersBallingPetersen committed Dec 18, 2024
1 parent bdbe9b1 commit 43f146f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ private async Task SendInitializeMeteredDataForMeasurementPointMessageProcessAsy
{
ArgumentNullException.ThrowIfNull(initializeMeteredDataForMeasurementPointMessageProcessDto);

await _requestProcessOrchestrationStarter.StartMeteredDataForMeasurementPointOrchestrationAsync(
await _requestProcessOrchestrationStarter.StartForwardMeteredDataForMeasurementPointOrchestrationAsync(
initializeMeteredDataForMeasurementPointMessageProcessDto,
cancellationToken)
.ConfigureAwait(false);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ public async Task Given_MeteredDataForMeasurementPoint_When_StartMeteredDataForM
authenticatedActor);

// Act
await sut.StartMeteredDataForMeasurementPointOrchestrationAsync(
await sut.StartForwardMeteredDataForMeasurementPointOrchestrationAsync(
initializeProcessDto,
CancellationToken.None);

Expand Down

0 comments on commit 43f146f

Please sign in to comment.