Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(engine): fix infinite loop test (#873)
Description --- Fix infinite loop test Motivation and Context --- Exact string matching cannot be used for this error ``` ---- test_break_infinity_loop stdout ---- note: panic did not contain expected string panic message: `"called `Result::unwrap()` on an `Err` value: Transaction failed: Execution failure: RuntimeError: unreachable\n at tari_free (<module>[328]:0x23b3c)"`, expected substring: `"called `Result::unwrap()` on an `Err` value: Transaction failed: Execution failure: RuntimeError: unreachable\n at tari_free (<module>[327]:0x2390c)"` ``` https://github.com/tari-project/tari-dan/actions/runs/7406320369/job/20150567753?pr=872 How Has This Been Tested? --- Test passes What process can a PR reviewer use to test or verify this change? --- CI Breaking Changes --- - [x] None - [ ] Requires data directory to be deleted - [ ] Other - Please specify
- Loading branch information