Skip to content

Commit

Permalink
remove dead test
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronangliss committed Dec 15, 2024
1 parent 2a08edc commit 0572dff
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions unit_tests/player/test_player_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,18 +244,6 @@ async def test_awaitable_move(send_message_patch):
send_message_patch.assert_called_with("/choose move bite", "bat1")


@patch("poke_env.ps_client.ps_client.PSClient.send_message")
@pytest.mark.asyncio
async def test_handle_ots_request(send_message_patch):
player = SimplePlayer(start_listening=False, accept_open_team_sheet=True)
battle = Battle("bat1", player.username, player.logger, 8)
battle._teampreview = False

await player._handle_ots_request(battle.battle_tag)

send_message_patch.assert_called_with("/acceptopenteamsheets", room="bat1")


@pytest.mark.asyncio
async def test_create_teampreview_team(showdown_format_teams):
player = SimplePlayer(
Expand Down

0 comments on commit 0572dff

Please sign in to comment.