Skip to content

Commit 9e9a683

Browse files
🎨 Auto format
1 parent b3326da commit 9e9a683

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

‎tests/test_cli_link.py‎

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,14 @@ def test_shows_error_on_apps_api_failure(
146146
def test_links_with_multiple_teams_and_apps(
147147
logged_in_cli: None, respx_mock: respx.MockRouter, tmp_path: Path
148148
) -> None:
149-
steps = [Keys.DOWN_ARROW, Keys.TAB, Keys.ENTER, Keys.DOWN_ARROW, Keys.TAB, Keys.ENTER]
149+
steps = [
150+
Keys.DOWN_ARROW,
151+
Keys.TAB,
152+
Keys.ENTER,
153+
Keys.DOWN_ARROW,
154+
Keys.TAB,
155+
Keys.ENTER,
156+
]
150157

151158
respx_mock.get("/teams/").mock(
152159
return_value=Response(

0 commit comments

Comments
 (0)