Skip to content

Commit

Permalink
Update source/ProcessManager.Orchestrations/Processes/BRS_023_027/V1/…
Browse files Browse the repository at this point in the history
…Mappers/CalculationTypeMapper.cs

Co-authored-by: RasmusGraabaek <[email protected]>
  • Loading branch information
dstenroejl and RasmusGraabaek authored Dec 20, 2024
1 parent 6409870 commit f8953e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static string ToDeltaTableValue(CalculationTypes calculationType)
_ => throw new ArgumentOutOfRangeException(
nameof(calculationType),
actualValue: calculationType,
"Value cannot be mapped to a string representation of a calculation type."),
"Value cannot be mapped to a string representation of a DeltaTableCalculation type."),
};
}
}

0 comments on commit f8953e1

Please sign in to comment.