Skip to content

Commit 01f180e

Browse files
committed
Fix unit tests
1 parent ca5caa7 commit 01f180e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def test_is_pytest_bdd_scenario_posix_path():
2626

2727
def test_is_pytest_bdd_scenario_windows_path():
2828
"""pytest-bdd scenario items use backslashes in location on Windows (#418)."""
29-
path = r"C:\Python312\Lib\site-packages\pytest_bdd\scenario.py"
29+
path = "C:\\Python312\\Lib\\site-packages\\pytest_bdd\\scenario.py"
3030
assert _is_pytest_bdd_scenario(path) is True
3131

3232

0 commit comments

Comments
 (0)