Skip to content

Commit

Permalink
MM-1410 - Renamings
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislavin committed Mar 15, 2017
1 parent 388471c commit feebcf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public void test_shouldSend_messageReceived_forNonGeoMessage() throws Exception
Mockito.verify(broadcaster, Mockito.after(1000).atLeastOnce()).messageReceived(Mockito.any(Message.class));
}

public void test_shouldNotSend_MESSAGE_RECEIVED_forGeoMessage() throws Exception {
public void test_shouldNotSend_messageReceived_forGeoMessage() throws Exception {

// Given
Geo geo = createGeo(1.0, 2.0, "campaignId", createArea("areaId"));
Expand Down

0 comments on commit feebcf0

Please sign in to comment.