Skip to content

Commit

Permalink
updates testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
virendrapatil24 committed Jan 29, 2025
1 parent 6b9ee36 commit 0a88aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test_warnings.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ def test_invalid_regex_in_filterwarning(self, pytester: Pytester) -> None:
"",
"This error occurred:",
"",
"Invalid regex '*': nothing to repeat at position 0",
"Invalid regex '[*]': nothing to repeat at position 0",
]
)

Expand Down

0 comments on commit 0a88aba

Please sign in to comment.