Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lacinoire committed Feb 7, 2023
1 parent 5672623 commit 5e62c9c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ public void testIsPluginTrue() {
public void testSetOutputType() throws Exception {
try {
final LinkType type = new LinkType();
final OutputTypeEnum pluginType = new OutputTypeEnum();
pluginType.setValue("executable");
type.setOutputType(null);
TestCase.fail("testSetOutputType should have thrown IllegalArgumentException");
} catch (IllegalArgumentException expected) {
Expand Down

0 comments on commit 5e62c9c

Please sign in to comment.