Skip to content

Commit c791213

Browse files
committed
Fix test method name
1 parent 09d1236 commit c791213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/codehaus/plexus/archiver/jar/JarToolModularJarArchiverTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class JarToolModularJarArchiverTest
4545
* Configures the ModularJarArchiver for the test cases.
4646
*/
4747
@Before
48-
public void ModularJarArchiver()
48+
public void setup()
4949
throws Exception
5050
{
5151
File jarFile = new File( "target/output/modular.jar" );

0 commit comments

Comments
 (0)