Skip to content

Commit

Permalink
Bigger test.
Browse files Browse the repository at this point in the history
  • Loading branch information
xobotun committed Jun 5, 2016
1 parent 918e125 commit 804081a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/bomberman/service/RoomManagerImplTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ public void testRemoveUserFromRoom() throws Exception {

private static final ArrayList<Pair<UserProfile, MessageSendable>> MOCK_USERS = new ArrayList<>();
private static final Logger LOGGER = LogManager.getLogger(RoomManagerImplTest.class);
private static final int NUMBER_OF_USERS = 20;
private static final int ROOM_CAPACTITY = 4;
private static final int NUMBER_OF_USERS = 25 * ROOM_CAPACTITY;
}

0 comments on commit 804081a

Please sign in to comment.