Fix copy&paste error

pull/17/merge
Richard Körber 2015-12-22 01:44:53 +01:00
parent 381f4a6e46
commit 37dcb1f64b
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public class DnsChallengeTest {
* Test that {@link DnsChallenge} generates a correct authorization key.
*/
@Test
public void testHttpChallenge() throws IOException {
public void testDnsChallenge() throws IOException {
KeyPair keypair = TestUtils.createKeyPair();
Account account = new Account(keypair);