Jelajahi Sumber

Added Reset() call to AutoInitShutdown.After

Tig 1 tahun lalu
induk
melakukan
843b7583c3
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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 ();
         }
     }