Issue #67: Test: payment below min_amount is rejected
Category: Testing
Repo: bridgelet-core (Soroban / Rust)
Description
Write a test passing a payment amount below the minimum set during initialize() and verify Error::PaymentBelowMinimum is returned.
Acceptance Criteria
Issue #67: Test: payment below min_amount is rejected
Category: Testing
Repo: bridgelet-core (Soroban / Rust)
Description
Write a test passing a payment amount below the minimum set during
initialize()and verifyError::PaymentBelowMinimumis returned.Acceptance Criteria
cargo testpassing