From 51f5bb7fc6bcd5ebb4f0f067aff062166723f0d7 Mon Sep 17 00:00:00 2001 From: andy Date: Mon, 20 Aug 2018 15:41:19 +0800 Subject: [PATCH] =?UTF-8?q?vs2015=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MoqStudy.Test/MoqDemoTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MoqStudy.Test/MoqDemoTest.cs b/MoqStudy.Test/MoqDemoTest.cs index d64541c..918cc47 100644 --- a/MoqStudy.Test/MoqDemoTest.cs +++ b/MoqStudy.Test/MoqDemoTest.cs @@ -21,7 +21,7 @@ namespace MoqStudy.Test /// public class MoqDemoTest:IDisposable { - //说明:因为是个人学习用,所有注释比较多。 + //说明:因为是个人学习用,所有注释比较多 #region xUnit 初始准备 Mock mock = new Mock();