From a144459664375011258ece682434144320266841 Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Wed, 15 May 2024 09:30:40 -0700 Subject: [PATCH] Bump --- Adaptation/METCLIMATEC.Tests.csproj | 18 +++++++++--------- Adaptation/_Tests/Shared/AdaptationTesting.cs | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Adaptation/METCLIMATEC.Tests.csproj b/Adaptation/METCLIMATEC.Tests.csproj index e2ae03a..f08e48f 100644 --- a/Adaptation/METCLIMATEC.Tests.csproj +++ b/Adaptation/METCLIMATEC.Tests.csproj @@ -35,7 +35,7 @@ - + NU1701 NU1701 @@ -45,7 +45,7 @@ NU1701 NU1701 - + @@ -55,17 +55,17 @@ - + - - + + NU1701 - + - - - + + + diff --git a/Adaptation/_Tests/Shared/AdaptationTesting.cs b/Adaptation/_Tests/Shared/AdaptationTesting.cs index 33ad51e..dad8ffe 100644 --- a/Adaptation/_Tests/Shared/AdaptationTesting.cs +++ b/Adaptation/_Tests/Shared/AdaptationTesting.cs @@ -1244,7 +1244,7 @@ public class AdaptationTesting : ISMTP { string result; Tuple> extractResult = fileRead.ReExtract(); - if(extractResult is null) + if (extractResult is null) throw new Exception($"Using pattern {variables[4]} no file was found <{variables[2]}>"); if (!fileRead.IsDuplicator) {