Skip to content

Commit

Permalink
fix EventBusTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Meir Wahnon committed Dec 22, 2014
1 parent 7780065 commit 8829cd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import java.util.Set;

public class EventBusTest {
//TODO - FIX THIS!!!!

private ScoreEventListener eventHandler = Mockito.mock(ScoreEventListener.class);

private EventBus eventBus = new EventBusImpl();
Expand Down

0 comments on commit 8829cd7

Please sign in to comment.