algorand / algorand-sdk-testing

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

Add @unit.responses.sync #279

Closed Eric-Warehime closed 1 year ago

Eric-Warehime commented 1 year ago

While testing the JS SDK, when adding the sync round APIs we get errors with mocked responses not returning any data (since we will try to automatically convert the responses to the modeled types).

I've added the get sync round response so that I can return this data via the mocked server.