mirror of
https://github.com/google/bumble.git
synced 2026-05-08 03:58:01 +00:00
Change regex match string to raw string to avoid syntax warning:
tests/sdp_test.py:218: SyntaxWarning: invalid escape sequence '\d'
assert not re.search("Expect \d+ bytes, got \d+", caplog.text)
In the future, this will become an error, so we should fix it now.
13 KiB
13 KiB