X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=naja%2Ftests%2Ftest_gameboard.py;h=4675968fd50e375c1f58a1be072399429213acae;hb=0d7c75c57d85f809aad2db5c740341e2c3db011c;hp=f8672b45d149aad1bd8a719f1d8f2d61229808c7;hpb=873bfafe4856636d2ac3ca9dfed4d2992d03fdb5;p=naja.git diff --git a/naja/tests/test_gameboard.py b/naja/tests/test_gameboard.py index f8672b4..4675968 100644 --- a/naja/tests/test_gameboard.py +++ b/naja/tests/test_gameboard.py @@ -43,6 +43,7 @@ class TestGameBoard(TestCase): exported_state = board.export() board_locations = exported_state.pop('board_locations') self.assertEqual(exported_state, { + 'clock_count': 0, 'max_health': 4, 'health': 4, 'wins_required': 4, @@ -60,7 +61,6 @@ class TestGameBoard(TestCase): 'puzzle': False, 'player_mode': EXAMINE, 'replacement_params': None, - 'clock_count': 0, }) positions = [] for position, location_state in board_locations: