Browse Source

Small correction

Piotr Czajkowski 5 years ago
parent
commit
00bff53a1f
1 changed files with 1 additions and 1 deletions
  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";