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)
{