Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
danielb987 committed Jun 4, 2021
1 parent 05d54d8 commit 998e7fe
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public void testCreateFemaleSocket() {
FemaleSocket socket;
MyExpression myExpression = new MyExpression("IQSA1");
FemaleSocketListener listener = new MyFemaleSocketListener();
LogixNGPreferences preferences = InstanceManager.getDefault(LogixNGPreferences.class);

socket = _m.createFemaleSocket(myExpression, listener, "E1");
Assert.assertEquals("Class is correct", "jmri.jmrit.logixng.implementation.DefaultFemaleStringExpressionSocket", socket.getClass().getName());
Expand Down

0 comments on commit 998e7fe

Please sign in to comment.