Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
karlicoss committed Sep 12, 2024
1 parent f5be039 commit 9d1c9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_locale_paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_locale_paths() -> None:
assert jpths == [
"Chrome",
"Location History",
r"Location History \(Timeline\)", # using "Location History \\(Timeline\\)" fails on windows.
r"Location History( \(Timeline\))?", # using "Location History \\(Timeline\\)" fails on windows.
"Meine Aktivitäten",
"My Activity",
"YouTube( and YouTube Music)?",
Expand Down

0 comments on commit 9d1c9db

Please sign in to comment.