fix tests
This commit is contained in:
parent
a79add4745
commit
6aff43eb99
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue