Skip to content

Commit

Permalink
Fix python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
loewenheim committed Feb 11, 2025
1 parent 9ac5c86 commit e1884a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/tests/test_crashprobe.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def test_jump_into_an_nx_page(res_path, make_report_sym, version, build, arch):

# So let's assert for the second best
else:
assert basename(bt[0]["full_path"]) is None
assert "full_path" not in bt[0]
assert bt[0]["line"] in (None, 0)

_test_doCrash_call(bt)
Expand Down

0 comments on commit e1884a2

Please sign in to comment.