Deal the correct number of jokers aka funny joker action
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@303 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
bf8aa23758
commit
699a0b0a29
4 changed files with 22 additions and 7 deletions
|
@ -17,7 +17,7 @@ public class StoneHeapTest {
|
|||
/** */
|
||||
@Before
|
||||
public void createHeap() {
|
||||
testHeap = new StoneHeap();
|
||||
testHeap = new StoneHeap(new GameSettings());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Reference in a new issue