Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hansenmc committed Apr 13, 2021
1 parent 752843f commit 8de6714
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,6 @@ public void testGetOptionMixedSnakeAndKebabProperty() {
@Test
public void testGetOptionMaxOptsFromModuleNotFound() {
String key = "MAX_OPTS_FROM_MODULE";
String val = VALUE;
AbstractManager manager = new AbstractManagerImpl();
assertNull("Not found", manager.getOption(key));
}
Expand Down

0 comments on commit 8de6714

Please sign in to comment.