Skip to content

Commit

Permalink
Fixed typo in Test eclipse-4diac#377
Browse files Browse the repository at this point in the history
Fixed a typo of a wrong pin name so that the test runs correctly and
corresponds to the Javadoc.

Addresses eclipse-4diac#377
  • Loading branch information
Andrearium committed Sep 3, 2024
1 parent 04899da commit 9ff1b5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public void createNewEventInput() {
public void createNewEventOutput() {
final SWTBot4diacGefEditor editor = (SWTBot4diacGefEditor) bot.gefEditor(UITestNamesHelper.FBT_TEST_PROJECT2);
editor.clickContextMenu(UITestNamesHelper.CREATE_OUTPUT_EVENT);
assertNotNull(editor.getEditPart(PinNamesHelper.EI1));
assertNotNull(editor.getEditPart(PinNamesHelper.EO1));
}

/**
Expand Down

0 comments on commit 9ff1b5e

Please sign in to comment.