Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
echebbi committed Apr 2, 2024
1 parent 277ff30 commit 57c202a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ public void select(PitMutation mutation) {
if (status.equals(statusTree.statusName)) {
statusTree.select(mutation);
return;

}
}
throw new AssertionFailedError(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ public void selectMutationOpensTheClassAtTheRightLineNumber() throws CoreExcepti
PitclipseSteps pitclipseSteps = new PitclipseSteps();
PitMutation mutation = fromMutationLine(
"SURVIVED | " + TEST_PROJECT + " | foo.bar | foo.bar.Foo | 7 | removed conditional - replaced equality check with false");
final PitMutationsViewPageObject pitMutationsView = new PitMutationsViewPageObject(bot);
pitMutationsView.getView();
pitclipseSteps.doubleClickMutationInMutationsView(mutation);

bot.waitUntil(waitForEditor(withTitle(FOO_CLASS + ".java")));
Expand Down

0 comments on commit 57c202a

Please sign in to comment.