Align unit test names

pull/168/head
Richard Körber 2024-02-29 17:06:18 +01:00
parent 65e6e28bff
commit bbc057b81f
No known key found for this signature in database
GPG Key ID: AAB9FD19C78AA3E0
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ import org.shredzone.acme4j.toolbox.TestUtils;
/**
* Unit tests for {@link Dns01Challenge}.
*/
public class DnsChallengeTest {
public class Dns01ChallengeTest {
private final Login login = TestUtils.login();

View File

@ -28,7 +28,7 @@ import org.shredzone.acme4j.toolbox.TestUtils;
/**
* Unit tests for {@link Http01Challenge}.
*/
public class HttpChallengeTest {
public class Http01ChallengeTest {
private static final String TOKEN =
"rSoI9JpyvFi-ltdnBW0W1DjKstzG7cHixjzcOjwzAEQ";
private static final String KEY_AUTHORIZATION =