Skip to content

Commit

Permalink
Renaming TheTest to UserPropertyImplTest for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Mar 3, 2021
1 parent 0e3f245 commit da71afe
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import org.jvnet.hudson.test.Issue;
import org.jvnet.hudson.test.JenkinsRule;

public class TheTest {
public class UserPropertyImplTest {

@Rule public JenkinsRule r = new JenkinsRule();

Expand All @@ -29,7 +29,6 @@ private void testRoundtrip(String publicKey) throws Exception {
foo.addProperty(new UserPropertyImpl(publicKey));
r.configRoundtrip(foo);
assertEquals(publicKey, foo.getProperty(UserPropertyImpl.class).authorizedKeys);
// integration testing w/ sshd-module is in hudson.cli.CLITest.strictHostKey in core
}

@Issue("JENKINS-16337")
Expand Down

0 comments on commit da71afe

Please sign in to comment.