mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-08 13:41:58 +02:00
cleanup
This commit is contained in:
@@ -61,7 +61,7 @@ public class HgBranchCommandTest extends AbstractHgCommandTestBase {
|
||||
String branchToBeClosed = "test-branch";
|
||||
|
||||
new HgBranchCommand(cmdContext, repository, workdirFactory).delete(branchToBeClosed);
|
||||
assertThat(readBranches()).filteredOn(b -> b.getName().equals("test-branch")).isEmpty();
|
||||
assertThat(readBranches()).filteredOn(b -> b.getName().equals(branchToBeClosed)).isEmpty();
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user