This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jarsigner.git
The following commit(s) were added to refs/heads/master by this push:
new 4daf33a JUnit Jupiter best practices (#81)
4daf33a is described below
commit 4daf33a72e1c27030acd34fb447b639cdfcba178
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sun Nov 9 15:34:14 2025 +0100
JUnit Jupiter best practices (#81)
Co-authored-by: Moderne <[email protected]>
---
src/test/java/org/apache/maven/shared/jarsigner/JarSignerUtilTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/test/java/org/apache/maven/shared/jarsigner/JarSignerUtilTest.java
b/src/test/java/org/apache/maven/shared/jarsigner/JarSignerUtilTest.java
index 8177956..291a70e 100644
--- a/src/test/java/org/apache/maven/shared/jarsigner/JarSignerUtilTest.java
+++ b/src/test/java/org/apache/maven/shared/jarsigner/JarSignerUtilTest.java
@@ -40,7 +40,7 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
class JarSignerUtilTest extends AbstractJarSignerTest {
@Test
- void testUnsignArchive() throws Exception {
+ void unsignArchive() throws Exception {
File target =
prepareTestJar("javax.persistence_2.0.5.v201212031355.jar");