mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-06 20:30:52 +01:00
fix review findings
This commit is contained in:
@@ -64,7 +64,7 @@ public class HgTagsCommandTest extends AbstractHgCommandTestBase {
|
||||
@Test
|
||||
public void shouldNotDie() throws IOException {
|
||||
HgTagCommand hgTagCommand = new HgTagCommand(cmdContext, workingCopyFactory);
|
||||
new TagCommandBuilder(cmdContext.get(), hgTagCommand).create().setRevision("79b6baf49711").setName("newtag").execute();
|
||||
new TagCommandBuilder(hgTagCommand).create().setRevision("79b6baf49711").setName("newtag").execute();
|
||||
|
||||
HgTagsCommand hgTagsCommand = new HgTagsCommand(cmdContext);
|
||||
final List<Tag> tags = hgTagsCommand.getTags();
|
||||
|
||||
Reference in New Issue
Block a user