fix tests
This commit is contained in:
@ -8,7 +8,7 @@ class Test(unittest.TestCase):
|
|||||||
game = None
|
game = None
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.game = Game(0)
|
self.game = Game()
|
||||||
|
|
||||||
def test_insert(self):
|
def test_insert(self):
|
||||||
p0 = Player(self.game, "Player 0")
|
p0 = Player(self.game, "Player 0")
|
||||||
|
Reference in New Issue
Block a user