Skip to content

Commit

Permalink
Fix test problem
Browse files Browse the repository at this point in the history
  • Loading branch information
josediegorobles committed Dec 11, 2023
1 parent 5616a2e commit 254a241
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions tests/rgb/web/contracts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ use bitmask_core::{
},
json_parse, resolve,
rgb::{
create_watcher, import_contract, issue_contract, list_contracts, watcher_next_address,
watcher_next_utxo,
create_watcher, full_issue_contract, import_contract, list_contracts,
watcher_next_address, watcher_next_utxo,
},
set_panic_hook,
},
Expand Down
4 changes: 2 additions & 2 deletions tests/rgb/web/proxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ use bitmask_core::{
},
json_parse, resolve,
rgb::{
create_watcher, full_transfer_asset, get_consignment, get_contract,
import_consignments, import_contract, import_uda_data, issue_contract, list_contracts,
create_watcher, full_issue_contract, full_transfer_asset, get_consignment,
get_contract, import_consignments, import_contract, import_uda_data, list_contracts,
psbt_sign_and_publish_file, rgb_create_invoice, save_transfer, verify_transfers,
watcher_next_address, watcher_next_utxo,
},
Expand Down
4 changes: 2 additions & 2 deletions tests/rgb/web/swaps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ use bitmask_core::{
},
json_parse, resolve,
rgb::{
create_bid, create_offer, create_swap, create_watcher, full_transfer_asset,
get_contract, import_contract, issue_contract, list_contracts, my_bids, my_offers,
create_bid, create_offer, create_swap, create_watcher, full_issue_contract,
full_transfer_asset, get_contract, import_contract, list_contracts, my_bids, my_offers,
my_orders, psbt_sign_and_publish_file, psbt_sign_file, public_offers,
rgb_create_invoice, save_transfer, verify_transfers, watcher_next_address,
watcher_next_utxo,
Expand Down
6 changes: 3 additions & 3 deletions tests/rgb/web/transfers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ use bitmask_core::{
},
json_parse, resolve,
rgb::{
create_watcher, full_transfer_asset, get_contract, import_contract, issue_contract,
list_contracts, psbt_sign_and_publish_file, rgb_create_invoice, save_transfer,
verify_transfers, watcher_next_address, watcher_next_utxo,
create_watcher, full_issue_contract, full_transfer_asset, get_contract,
import_contract, list_contracts, psbt_sign_and_publish_file, rgb_create_invoice,
save_transfer, verify_transfers, watcher_next_address, watcher_next_utxo,
},
set_panic_hook,
},
Expand Down

0 comments on commit 254a241

Please sign in to comment.