Skip to content

Commit 0b4fcc5

Browse files
committed
Spelling corrections in comments.
1 parent 264fc57 commit 0b4fcc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Pytest_Framework/test_ggeorgiougr_site.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from selenium.webdriver.common.by import By
66

77

8-
@pytest.mark.usefixtures("setup") # Fixture name "setu" will be used from the class.
8+
@pytest.mark.usefixtures("setup") # Fixture name "setup" will be used from the class.
99
class Test_GG_Site:
1010

1111
def test_search_term__wordpress(self):

Pytest_Framework/test_ggeorgiougr_site2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from selenium.webdriver.common.by import By
66

77

8-
@pytest.mark.usefixtures("setup") # Fixture name "setu" will be used from the class.
8+
@pytest.mark.usefixtures("setup") # Fixture name "setup" will be used from the class.
99
class Test_GG_Site2:
1010

1111
def test_search_term__html(self):

0 commit comments

Comments
 (0)