Skip to content

Test – get_escrow_details and get_escrow_statusΒ #335

@Baskarayelu

Description

@Baskarayelu

Description
Add tests for get_escrow_details and get_escrow_status: success when escrow exists, StorageKeyNotFound when no escrow; correct status after create/release/refund.

Requirements and context

  • Achieve minimum 95% test coverage for escrow queries
  • Smart contracts only (Soroban/Rust)

Suggested execution

  1. Fork the repo and create a branch
    git checkout -b test/escrow-details-status
  2. Implement changes
    • Add tests in src/test_escrow.rs
  3. Test and commit
    • Run cargo test
    • Attach test output

Example commit message
test: get_escrow_details and get_escrow_status

Guidelines

  • Minimum 95 percent test coverage
  • Clear documentation
  • Timeframe: 96 hours

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions