소스 검색

Small correction

Piotr Czajkowski 6 년 전
부모
커밋
00bff53a1f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      DOCXTests/DOCXTests.cs

+ 1 - 1
DOCXTests/DOCXTests.cs

@@ -81,7 +81,7 @@ namespace DOCXTests
         }
 
         [Fact]
-        public void AnonymizeAuthorsTest()
+        public void AnonymizeCommentsTest()
         {
             const string testFile = @"testFiles/testComments.docx";
             const string expectedFile = @"testFiles/testCommentsAnonymized.docx";