Skip to content

Commit 631d183

Browse files
committed
Rename test method
1 parent 74bdc00 commit 631d183

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/codec/digest/Md5CryptTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
class Md5CryptTest {
3434

3535
@Test
36-
void testCtor() {
36+
void testCtorDeprecated() {
3737
assertNotNull(new Md5Crypt());
3838
}
3939

0 commit comments

Comments
 (0)