algorand / algorand-sdk-testing

Testing framework for Algorand SDKs
MIT License
20 stars 35 forks source link

Update sourcemap response #305

Closed jasonpaulos closed 11 months ago

jasonpaulos commented 11 months ago

https://github.com/algorand/go-algorand/pull/5776 changed some properties of the TEAL source maps algod returns when compiling a program. This PR updates the expected source map response to align with these changes.

In this case, it was just populating the sources array.