We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c10fb3 commit 53e16cfCopy full SHA for 53e16cf
tests/test_simple_diff.py
@@ -102,7 +102,7 @@ def test_simple_diff_afd_cve_2023_21768(shared_datadir: Path):
102
max_section_funcs=args.max_section_funcs,
103
md_title=args.md_title)
104
105
- assert len(pdiff['functions']['modified']) == 14
+ assert len(pdiff['functions']['modified']) in (14, 15)
106
assert len(pdiff['functions']['added']) == 28
107
assert len(pdiff['functions']['deleted']) == 0
108
0 commit comments