FuelLabs / fuel-indexer

🗃 The Fuel indexer is a standalone service that can be used to index various components of the Fuel blockchain.
https://docs.fuel.network/docs/indexer/
140 stars 66 forks source link

fix: Fix TransferOut test #1356

Closed dadepo closed 1 year ago

dadepo commented 1 year ago

Closes #1276

Description

Fixed the TransferOut receipt test

Changelog

The core of the change:

PS. The tests passes locally except for commands::test_fuel_indexer_api_server_help_output and commands::test_fuel_indexer_api_server_run_help_output but then they were also failing for me locally on develop branch.

deekerno commented 1 year ago

@dadepo Thanks for working on this, looks like everything works! Before approval, would you mind re-integrating the TransferOut test at the bottom of the index_receipt_types test? We had originally split it out to be able to ignore it, and now that you've fixed it, we can place it back where it belongs. 😄

dadepo commented 1 year ago

@dadepo Thanks for working on this, looks like everything works! Before approval, would you mind re-integrating the TransferOut test at the bottom of the index_receipt_types test? We had originally split it out to be able to ignore it, and now that you've fixed it, we can place it back where it belongs. 😄

@deekerno Done!