This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/master by this push:
     new 573d449  [site] fixing typo in the junit.apt.vm file
573d449 is described below

commit 573d44926a28ce13345da19ed813510f1725f159
Author: Agustin Cabra <[email protected]>
AuthorDate: Wed Sep 15 00:46:11 2021 +0200

    [site] fixing typo in the junit.apt.vm file
---
 maven-surefire-plugin/src/site/apt/examples/junit.apt.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-surefire-plugin/src/site/apt/examples/junit.apt.vm 
b/maven-surefire-plugin/src/site/apt/examples/junit.apt.vm
index 14b5213..52b2d94 100644
--- a/maven-surefire-plugin/src/site/apt/examples/junit.apt.vm
+++ b/maven-surefire-plugin/src/site/apt/examples/junit.apt.vm
@@ -292,7 +292,7 @@ else
       }
 
       @Test
-      @Category(com.cmycompany.FastTests.class)
+      @Category(com.mycompany.FastTests.class)
       public void testSlow() {
         System.out.println("fast");
       }

Reply via email to