stellar / soroban-examples

Example Soroban Contracts
Apache License 2.0
65 stars 68 forks source link

Add tests for failure cases #3

Closed jonjove closed 1 year ago

jonjove commented 2 years ago

What problem does your feature solve?

Right now we are only testing the happy path. Related to https://github.com/stellar/rs-stellar-token-contract/issues/34

What would you like to see?

We should make sure the failure cases actually fail as expected.

What alternatives are there?

None