From 99eab6d0032ce13039aaa2e0f280fc309bf4f03c Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Fri, 10 May 2024 11:28:27 -0700 Subject: [PATCH] Version Error Message --- Adaptation/_Tests/Shared/AdaptationTesting.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adaptation/_Tests/Shared/AdaptationTesting.cs b/Adaptation/_Tests/Shared/AdaptationTesting.cs index e052298..33ad51e 100644 --- a/Adaptation/_Tests/Shared/AdaptationTesting.cs +++ b/Adaptation/_Tests/Shared/AdaptationTesting.cs @@ -562,7 +562,7 @@ public class AdaptationTesting : ISMTP else if (i == 1) { if (componentsCellComponentCellComponent.Equipment.EquipmentType.Version != cellInstanceVersionName) - throw new Exception("Versions should match!"); + throw new Exception($"Versions should match! {componentsCellComponentCellComponent.Equipment.EquipmentType.Version} != {cellInstanceVersionName}"); equipmentTypeName = componentsCellComponentCellComponent.Equipment.EquipmentType.Name; _ = stringBuilder. AppendLine("#if true").