Add GameSettings with the initial meld threshold
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@251 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
0b252810c9
commit
5169f31af0
7 changed files with 77 additions and 10 deletions
|
@ -15,7 +15,7 @@ public class RoundStateTest {
|
|||
/** */
|
||||
@Before
|
||||
public void createGame() {
|
||||
testGame = new RoundState();
|
||||
testGame = new RoundState(new GameSettings());
|
||||
}
|
||||
|
||||
/** */
|
||||
|
|
Reference in a new issue