Don't kick player on double login (#1030) #2414
Annotations
2 errors and 1 warning
Run tests:
tests/integration_tests/test_game.py#L769
test_restore_game_session_lobby[json]
AssertionError: assert [{'player_ids...'team_id': 1}] == [{'player_ids...'team_id': 2}]
Right contains one more item: {'player_ids': [3], 'team_id': 2}
Full diff:
[
{
'player_ids': [
1,
],
'team_id': 1,
},
- {
- 'player_ids': [
- 3,
- ],
- 'team_id': 2,
- },
]
|
Run tests
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading