Преглед изворни кода

Added Reset() call to AutoInitShutdown.After

Tig пре 1 година
родитељ
комит
843b7583c3
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      UnitTests/TestHelpers.cs

+ 1 - 0
UnitTests/TestHelpers.cs

@@ -86,6 +86,7 @@ public class AutoInitShutdownAttribute : BeforeAfterTestAttribute
                 Responder.Instances.Clear ();
             }
 #endif
+            ConfigurationManager.Reset ();
         }
     }