Skip to content

Commit

Permalink
Fix 'args' test after formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
peadar committed Jul 3, 2024
1 parent d9dd47b commit 145c2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/args-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
import re

text, _ = pstack.TEXT(["tests/args"])
assert re.search('aFunctionWithArgs.*msg="tweet", value=42', text)
assert re.search('aFunctionWithArgs.*msg=0x[0-9a-f]+ "tweet", value=42', text)

0 comments on commit 145c2c5

Please sign in to comment.