Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rtso committed Oct 24, 2024
1 parent 526d0c7 commit 29286ef
Showing 1 changed file with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,17 @@ mod tests {
}

/**
* This test includes processing for the following tables:
* - coin_supply
* - current_fungible_asset_balances
* - fungible_asset_balances
* - fungible_asset_activities
* - fungible_asset_metadata
* This test includes processing for the following:
* - Resources
* - 0x1::fungible_asset::Supply
* - 0x1::fungible_asset::Metadata
* - 0x1::fungible_asset::FungibleStore
* - Events
* - 0x1::coin::WithdrawEvent
* - 0x1::coin::DepositEvents
* - 0x1::aptos_coin::GasFeeEvent
* - 0x1::fungible_asset::Deposit
* - 0x1::fungible_asset::Withdraw
*/
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
async fn test_fungible_asset_processor_coin_and_fa_transfers() {
Expand Down

0 comments on commit 29286ef

Please sign in to comment.