Skip to content

Commit

Permalink
Fixed compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
abuijze committed Apr 13, 2012
1 parent 4326196 commit 717b4a0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -98,7 +98,7 @@ public void testLifecycle_DestroyedOnEnd() {

@Test
public void testNullAssociationValueDoesNotThrowNullPointer() {
manager.handle(new StartingEvent(null));
manager.handle(GenericEventMessage.asEventMessage(new StartingEvent(null)));
}

@Test
Expand Down

0 comments on commit 717b4a0

Please sign in to comment.