Skip to content

test: add insurance-claim guard past limit test - #2361

Open
boalambo wants to merge 1 commit into
QuickLendX:mainfrom
boalambo:issue-2101-insurance-claim-guard-tests
Open

test: add insurance-claim guard past limit test#2361
boalambo wants to merge 1 commit into
QuickLendX:mainfrom
boalambo:issue-2101-insurance-claim-guard-tests

Conversation

@boalambo

Copy link
Copy Markdown
Contributor

Add test for insurance-claim guard past limit boundary condition.

This test completes coverage of the insurance-claim guard by verifying that
insurance opt-in is rejected when timestamp > due_date. Combined with the
existing test, this covers all three boundary conditions:

  • Within limit: timestamp < due_date (existing test control case)
  • At limit: timestamp == due_date (existing test line 522)
  • Past limit: timestamp > due_date (new test)

Closes #2101

Add test for timestamp > due_date boundary condition to complete
coverage of insurance-claim guard (within, at, past limit).

Closes QuickLendX#2101
@drips-wave

drips-wave Bot commented Jul 27, 2026

Copy link
Copy Markdown

@boalambo Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add tests for the insurance-claim guard

1 participant