Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
n8henrie committed Jan 5, 2024
1 parent 7152de6 commit 6403b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_chrome.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,4 @@ def test_macos_bad_browser_variant() -> None:
with pytest.raises(
ValueError, match=f"{invalid} is not a valid BrowserType"
):
get_macos_config(invalid)
get_macos_config(invalid) # type: ignore

0 comments on commit 6403b16

Please sign in to comment.