Skip to content

Commit

Permalink
Add Testing Grid.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario181091 committed Apr 18, 2018
1 parent 5480f78 commit db447b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test_game_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ def test_is_winner_player_sec_diag(self):
self.assertTrue(res)

def test_draw_grid(self):
list = ["1", "2", "3", "4", "5", "6", "7", "8", "9"]
list = ["","1", "2", "3", "4", "5", "6", "7", "8", "9"]
res = grid_obj.draw_grid(list)
self.assertTrue(res)

Expand Down

0 comments on commit db447b1

Please sign in to comment.