fix tests

This commit is contained in:
Jannes Höke 2016-03-11 10:58:45 +01:00
parent a79add4745
commit 6aff43eb99

View file

@ -8,7 +8,7 @@ class Test(unittest.TestCase):
game = None
def setUp(self):
self.game = Game(0)
self.game = Game()
def test_insert(self):
p0 = Player(self.game, "Player 0")