Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jo47011 committed Dec 1, 2024
1 parent 4051838 commit e216c36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ def __repr__(self):
return f"StatusTestInterface({self.name})"


@unittest.skipIf(shutil.which("geckodriver") is None,
"Selenium's geckodriver is not available in PATH")
@unittest.skipIf(shutil.which("geckodriver") is None, "Selenium's geckodriver is not available in PATH")
class AbstractWebTest(unittest.TestCase):
driver: webdriver.Firefox

Expand Down

0 comments on commit e216c36

Please sign in to comment.