From d347d5835ce773f9e416c5e3745a423ae36c829b Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Wed, 15 May 2024 09:29:16 -0700 Subject: [PATCH] Bump --- Adaptation/DEP08SIHTRPLC.Tests.csproj | 18 +++++++++--------- Adaptation/_Tests/Shared/AdaptationTesting.cs | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Adaptation/DEP08SIHTRPLC.Tests.csproj b/Adaptation/DEP08SIHTRPLC.Tests.csproj index 9decac2..0890d24 100644 --- a/Adaptation/DEP08SIHTRPLC.Tests.csproj +++ b/Adaptation/DEP08SIHTRPLC.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) {