浏览代码

Added Reset() call to AutoInitShutdown.After

Tig 1 年之前
父节点
当前提交
f3536f8a86
共有 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 ();
         }
     }