Skip to content

Commit

Permalink
improved coding style
Browse files Browse the repository at this point in the history
improved coding style
  • Loading branch information
K0ntr4 committed Apr 22, 2024
1 parent 099bdf1 commit ba99123
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/tests/test_game_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
)

TEKKEN_GAME_INFO = {
'id': 7498,
'first_release_date': 1424217600,
'genres': [4],
'name': 'Tekken 7',
'summary': ('Experience the epic conclusion of the Mishima clan and unravel '
'the reasons behind each step of their ceaseless fight. '
'Powered by Unreal Engine 4, Tekken 7 features stunning '
'story-driven cinematic battles and intense duels that '
'can be enjoyed with friends and rivals alike through '
'innovative fight mechanics.')
}
'id': 7498,
'first_release_date': 1424217600,
'genres': [4],
'name': 'Tekken 7',
'summary': ('Experience the epic conclusion of the Mishima clan and unravel '
'the reasons behind each step of their ceaseless fight. '
'Powered by Unreal Engine 4, Tekken 7 features stunning '
'story-driven cinematic battles and intense duels that '
'can be enjoyed with friends and rivals alike through '
'innovative fight mechanics.')
}


class TestGameInfo(unittest.TestCase):
Expand Down

0 comments on commit ba99123

Please sign in to comment.