Skip to content

Commit

Permalink
[Java] method name
Browse files Browse the repository at this point in the history
  • Loading branch information
nitsanw committed Jun 22, 2017
1 parent 9ce7c04 commit c523cda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class ControlSessionTest
private Publication mockControlPublication = mock(Publication.class);

@Before
public void setUp() throws Exception
public void before() throws Exception
{
session = new ControlSession(mockImage, mockConductor, mockEpochClock);
when(mockControlPublication.isClosed()).thenReturn(false);
Expand Down

0 comments on commit c523cda

Please sign in to comment.