diff --git a/plugins/junit/src/fileTemplates/code/JUnit4 Test Method.java.ft b/plugins/junit/src/fileTemplates/code/JUnit4 Test Method.java.ft index f104337995b7..f8ea44e70767 100644 --- a/plugins/junit/src/fileTemplates/code/JUnit4 Test Method.java.ft +++ b/plugins/junit/src/fileTemplates/code/JUnit4 Test Method.java.ft @@ -1,4 +1,4 @@ @org.junit.Test -public void test${NAME}() throws Exception { +public void ${NAME}() throws Exception { ${BODY} } \ No newline at end of file