Feature/boe fix on shred - #157
Conversation
…est.ts Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
…emarkEscrowMethod
…and obligation record verifier
… in obligation registry utility
…date event handling
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
…gation registry functions
…ntroducing EthersError type
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
…ionRecordVerifier.types.ts Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
src/__tests__/verify/obligationRecordVerifier.utils.test.ts (1)
25-28: 📐 Maintainability & Code Quality | 🔵 Trivial | ⚡ Quick winRename the test to match the registry-only assertion.
The test no longer verifies an active title or escrow state. It verifies that a non-zero
ownerOfresult is minted.Proposed test-name update
- it('returns minted when owner is set (active title)', async () => { + it('returns minted when owner is set (non-zero owner)', async () => {🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@src/__tests__/verify/obligationRecordVerifier.utils.test.ts` around lines 25 - 28, Rename the test case around mockOwnerOf and the ownerOf assertion to describe that a non-zero ownerOf result is minted, removing references to active titles, escrow, or owner state.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In `@src/__tests__/verify/obligationRecordVerifier.utils.test.ts`:
- Around line 25-28: Rename the test case around mockOwnerOf and the ownerOf
assertion to describe that a non-zero ownerOf result is minted, removing
references to active titles, escrow, or owner state.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: a266ca9b-7498-44df-9f9a-69f51f8d56b3
📒 Files selected for processing (2)
src/__tests__/verify/obligationRecordVerifier.utils.test.tssrc/verify/fragments/document-status/obligationRecords/utils.ts
Co-authored-by: Cursor <cursoragent@cursor.com>
|



Summary
What is the background of this pull request?
Changes
Issues
What are the related issues or stories?
Summary by CodeRabbit