stellar / system-test

Home of the stellar/stellar-system-test docker image for e2e system testing
1 stars 5 forks source link

update soroban test cases to use new cli subcommands #12

Closed sreuland closed 1 year ago

sreuland commented 1 year ago

What problem does your feature solve?

soroban cli subcomands have changed here - https://github.com/stellar/soroban-tools/pull/319

the feature tests won't pass now because they use prior subcommand format

What would you like to see?

feature tests need to use needs to use soroban contract <sub-command> so they will pass.

What alternatives are there?