Skip to content

Commit 3162139

Browse files
Changing function name and py test marker from c3 to c4
1 parent 2d05300 commit 3162139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/smokescreen/test_compartment_4.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ def smokescreen_properties() -> dict:
1616

1717

1818
@pytest.mark.smokescreen
19-
@pytest.mark.compartment3
20-
def test_compartment_3(page: Page, smokescreen_properties: dict) -> None:
19+
@pytest.mark.compartment4
20+
def test_compartment_4(page: Page, smokescreen_properties: dict) -> None:
2121
"""
2222
This is the main compartment 4 method
2323
"""

0 commit comments

Comments
 (0)