From 4d15eab9609c6ab73081feb63e5f00b5e57505f0 Mon Sep 17 00:00:00 2001 From: andy Date: Mon, 20 Aug 2018 15:35:45 +0800 Subject: [PATCH] =?UTF-8?q?=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 918cc47..d64541c 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();